ΒΆinline bool isTrueWhenEqual(
    llvm::ISD::CondCode Cond)

Description

Return true if the specified condition returns true if the two operands to the condition are equal. Note that if one of the two operands is a NaN, this value is meaningless.

Declared at: llvm/include/llvm/CodeGen/ISDOpcodes.h:1093

Parameters

llvm::ISD::CondCode Cond