Home
last modified time | relevance | path

Searched refs:isIntEqualitySetCC (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1469 inline bool isIntEqualitySetCC(CondCode Code) { in isIntEqualitySetCC() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1394 if (isIntEqualitySetCC(CC) && isNullConstant(RHS) && in translateSetCCForBranch()
8199 if (!isIntEqualitySetCC(Cond)) in performSETCCCombine()
8754 if (!ISD::isIntEqualitySetCC(CCVal)) in combine_CC()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1777 assert((ISD::isUnsignedIntSetCC(CCCode) || ISD::isIntEqualitySetCC(CCCode)) && in PromoteSetCCOperands()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18340 if (Op0SExt && (isSignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()
18343 } else if (Op0ZExt && (isUnsignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()