| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueLattice.cpp | 28 return ConstantFoldCompareInstOperands(Pred, getConstant(), in getCompare()
|
| H A D | ConstantFolding.cpp | 1052 return ConstantFoldCompareInstOperands(C->getPredicate(), Ops[0], Ops[1], in ConstantFoldInstOperandsImpl() 1199 Constant *llvm::ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands() function in llvm 1222 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands() 1233 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands() 1250 return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI); in ConstantFoldCompareInstOperands() 1259 return ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands() 1294 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
|
| H A D | LazyValueInfo.cpp | 1867 return ConstantFoldCompareInstOperands(Pred, Val.getConstant(), C, DL); in getPredicateResult() 1885 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult() 1891 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult()
|
| H A D | InstructionSimplify.cpp | 3749 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI); in simplifyICmpInst() 3857 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst() 3889 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3894 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3935 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst() 3960 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3965 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 4071 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI, in simplifyFCmpInst()
|
| H A D | BranchProbabilityInfo.cpp | 629 Constant *Result = ConstantFoldCompareInstOperands( in computeUnlikelySuccessors()
|
| H A D | ScalarEvolution.cpp | 9509 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 88 LLVM_ABI Constant *ConstantFoldCompareInstOperands(
|
| H A D | TargetFolder.h | 107 return ConstantFoldCompareInstOperands(P, LC, RC, DL); in FoldCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 485 return ConstantFoldCompareInstOperands(I.getPredicate(), Const, Other, DL); in visitCmpInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 857 ConstantFoldCompareInstOperands(Pred, V, CmpConst, DL); in computeValueKnownInPredecessorsImpl() 1541 return ConstantFoldCompareInstOperands(CondCmp->getPredicate(), Op0, in evaluateOnPredecessorEdge()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1194 Constant *CCmp = ConstantFoldCompareInstOperands( in instCombineIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 1614 auto *Precond1 = ConstantFoldCompareInstOperands( in canonicalizeClampLike() 1619 auto *Precond2 = ConstantFoldCompareInstOperands( in canonicalizeClampLike()
|
| H A D | InstCombineCasts.cpp | 871 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, C, MaxAmt, DL); in visitTrunc()
|
| H A D | InstCombineCompares.cpp | 213 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in foldCmpLoadFromIndexedGlobal() 1351 ConstantFoldCompareInstOperands(Pred, cast<Constant>(V), C, DL); in foldICmpWithConstant()
|
| H A D | InstCombineCalls.cpp | 2321 assert(match(ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, WidthC, in visitCallInst()
|
| H A D | InstructionCombining.cpp | 844 ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, C, BitWidthC, DL); in tryFoldInstWithCtpopWithNot()
|
| H A D | InstCombineAndOrXor.cpp | 2631 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, Log2C3, C2, DL); in visitAnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 6778 Constant *DefaultConst = ConstantFoldCompareInstOperands( in reuseTableCompare() 6786 Constant *CaseConst = ConstantFoldCompareInstOperands( in reuseTableCompare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 33 V = ConstantFoldCompareInstOperands(CmpInst::ICMP_SGT, in getNegativeIsTrueBoolVec()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19477 …reInstOperandsEjPNS_8ConstantES1_PKNS_10DataLayoutE", "llvm::ConstantFoldCompareInstOperands(unsig…
|