Searched refs:getICmpTrueVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelperCompares.cpp | 50 B.buildConstant(Dst, getICmpTrueVal(getTargetLowering(), in constantFoldICmp() 81 B.buildConstant(Dst, getICmpTrueVal(getTargetLowering(), in constantFoldFCmp()
|
| H A D | CombinerHelper.cpp | 1683 Ty, getICmpTrueVal(getTargetLowering(), false, false)); in applyOptBrCondByInvertingCond() 4535 ? getICmpTrueVal(getTargetLowering(), in matchICmpToTrueFalseKnownBits() 4563 if (getICmpTrueVal(getTargetLowering(), DstTy.isVector(), in matchICmpToLHSKnownBits() 7537 B.buildConstant(CmpTy, getICmpTrueVal(getTargetLowering(), in tryFoldLogicOfFCmps() 8133 B.buildConstant(Carry, getICmpTrueVal(getTargetLowering(), in matchSuboCarryOut() 8158 B.buildConstant(Carry, getICmpTrueVal(getTargetLowering(), in matchSuboCarryOut()
|
| H A D | Utils.cpp | 1649 int64_t llvm::getICmpTrueVal(const TargetLowering &TLI, bool IsVector, in getICmpTrueVal() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 565 LLVM_ABI int64_t getICmpTrueVal(const TargetLowering &TLI, bool IsVector,
|