Home
last modified time | relevance | path

Searched refs:ConstantFoldCompareInstOperands (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp27 return ConstantFoldCompareInstOperands(Pred, getConstant(), in getCompare()
H A DConstantFolding.cpp1037 return ConstantFoldCompareInstOperands(CE->getPredicate(), Ops[0], Ops[1], in ConstantFoldInstOperandsImpl()
1047 return ConstantFoldCompareInstOperands(C->getPredicate(), Ops[0], Ops[1], in ConstantFoldInstOperandsImpl()
1190 Constant *llvm::ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands() function in llvm
1213 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands()
1224 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands()
1241 return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI); in ConstantFoldCompareInstOperands()
1250 return ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands()
1280 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
H A DLazyValueInfo.cpp1786 Res = ConstantFoldCompareInstOperands(Pred, Val.getConstant(), C, DL); in getPredicateResult()
1826 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE, in getPredicateResult()
1832 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE, in getPredicateResult()
H A DInstructionSimplify.cpp3744 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI); in simplifyICmpInst()
3862 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst()
3894 return ConstantFoldCompareInstOperands( in simplifyICmpInst()
3899 return ConstantFoldCompareInstOperands( in simplifyICmpInst()
3940 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst()
4069 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI, in simplifyFCmpInst()
H A DScalarEvolution.cpp9393 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h74 Constant *ConstantFoldCompareInstOperands(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp451 ConstantFoldCompareInstOperands(I.getPredicate(), Other, Const, DL) in visitCmpInst()
452 : ConstantFoldCompareInstOperands(I.getPredicate(), Const, Other, DL); in visitCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1390 dyn_cast_or_null<ConstantInt>(ConstantFoldCompareInstOperands( in simplifyTerminatorLeadingToRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp777 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, C, MaxAmt, DL); in visitTrunc()
H A DInstCombineCompares.cpp214 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in foldCmpLoadFromIndexedGlobal()
1314 ConstantFoldCompareInstOperands(Pred, cast<Constant>(V), C, DL); in foldICmpWithConstant()