ΒΆllvm::ISD::CondCode getSetCCInverse(
    llvm::ISD::CondCode Operation,
    bool isIntegerLike)

Description

Return the operation corresponding to !(X op Y), where 'op' is a valid SetCC operation. The U bit of the condition code has different meanings between floating point and integer comparisons and LLT's don't provide this distinction. As such we need to be told whether the comparison is floating point or integer-like. Pointers should use integer-like comparisons.

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

Parameters

llvm::ISD::CondCode Operation
bool isIntegerLike