/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLattice.cpp | 27 return ConstantFoldCompareInstOperands(Pred, getConstant(), in getCompare()
|
H A D | ConstantFolding.cpp | 1029 return ConstantFoldCompareInstOperands(C->getPredicate(), Ops[0], Ops[1], in ConstantFoldInstOperandsImpl() 1175 Constant *llvm::ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands() function in llvm 1198 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands() 1209 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands() 1226 return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI); in ConstantFoldCompareInstOperands() 1235 return ConstantFoldCompareInstOperands( in ConstantFoldCompareInstOperands() 1265 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
|
H A D | LazyValueInfo.cpp | 1793 return ConstantFoldCompareInstOperands(Pred, Val.getConstant(), C, DL); in getPredicateResult() 1811 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult() 1817 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult()
|
H A D | InstructionSimplify.cpp | 3759 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI); in simplifyICmpInst() 3867 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst() 3899 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3904 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3945 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst() 3970 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 3975 return ConstantFoldCompareInstOperands( in simplifyICmpInst() 4076 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI, in simplifyFCmpInst()
|
H A D | BranchProbabilityInfo.cpp | 633 Constant *Result = ConstantFoldCompareInstOperands( in computeUnlikelySuccessors()
|
H A D | ScalarEvolution.cpp | 9454 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 86 Constant *ConstantFoldCompareInstOperands(
|
H A D | TargetFolder.h | 106 return ConstantFoldCompareInstOperands(P, LC, RC, DL); in FoldCmp()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 860 ConstantFoldCompareInstOperands(Pred, V, CmpConst, DL); in computeValueKnownInPredecessorsImpl() 1531 return ConstantFoldCompareInstOperands(CondCmp->getPredicate(), Op0, in evaluateOnPredecessorEdge()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 857 Constant *CCmp = ConstantFoldCompareInstOperands( in instCombineIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1523 auto *Precond1 = ConstantFoldCompareInstOperands( in canonicalizeClampLike() 1528 auto *Precond2 = ConstantFoldCompareInstOperands( in canonicalizeClampLike()
|
H A D | InstCombineCasts.cpp | 798 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, C, MaxAmt, DL); in visitTrunc()
|
H A D | InstCombineCompares.cpp | 215 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in foldCmpLoadFromIndexedGlobal() 1315 ConstantFoldCompareInstOperands(Pred, cast<Constant>(V), C, DL); in foldICmpWithConstant()
|
H A D | InstructionCombining.cpp | 815 ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, C, BitWidthC, DL); in tryFoldInstWithCtpopWithNot()
|
H A D | InstCombineCalls.cpp | 2055 assert(match(ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, WidthC, in visitCallInst()
|
H A D | InstCombineAndOrXor.cpp | 2554 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, Log2C3, C2, DL); in visitAnd()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6601 Constant *DefaultConst = ConstantFoldCompareInstOperands( in reuseTableCompare() 6609 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()
|