Searched refs:ConstantFoldCompareInstOperands (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueLattice.cpp | 27 return ConstantFoldCompareInstOperands(Pred, getConstant(), in getCompare()
|
| H A D | ConstantFolding.cpp | 1037 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 D | LazyValueInfo.cpp | 1786 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 D | InstructionSimplify.cpp | 3744 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 D | ScalarEvolution.cpp | 9393 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 74 Constant *ConstantFoldCompareInstOperands(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 451 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 D | CoroSplit.cpp | 1390 dyn_cast_or_null<ConstantInt>(ConstantFoldCompareInstOperands( in simplifyTerminatorLeadingToRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 777 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, C, MaxAmt, DL); in visitTrunc()
|
| H A D | InstCombineCompares.cpp | 214 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in foldCmpLoadFromIndexedGlobal() 1314 ConstantFoldCompareInstOperands(Pred, cast<Constant>(V), C, DL); in foldICmpWithConstant()
|