ΒΆllvm::ISD::CondCode getSetCCOrOperation(
    llvm::ISD::CondCode Op1,
    llvm::ISD::CondCode Op2,
    llvm::EVT Type)

Description

Return the result of a logical OR between different comparisons of identical values: ((X op1 Y) | (X op2 Y)). This function returns SETCC_INVALID if it is not possible to represent the resultant comparison.

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

Parameters

llvm::ISD::CondCode Op1
llvm::ISD::CondCode Op2
llvm::EVT Type