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

Description

Return the result of a logical AND 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:1130

Parameters

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