Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp27 return ConstantFoldCompareInstOperands(Pred, getConstant(), in getCompare()
H A DConstantFolding.cpp1029 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 DLazyValueInfo.cpp1793 return ConstantFoldCompareInstOperands(Pred, Val.getConstant(), C, DL); in getPredicateResult()
1811 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult()
1817 Constant *Res = ConstantFoldCompareInstOperands( in getPredicateResult()
H A DInstructionSimplify.cpp3759 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 DBranchProbabilityInfo.cpp633 Constant *Result = ConstantFoldCompareInstOperands( in computeUnlikelySuccessors()
H A DScalarEvolution.cpp9454 ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI); in computeShiftCompareExitLimit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h86 Constant *ConstantFoldCompareInstOperands(
H A DTargetFolder.h106 return ConstantFoldCompareInstOperands(P, LC, RC, DL); in FoldCmp()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp860 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 DAMDGPUInstCombineIntrinsic.cpp857 Constant *CCmp = ConstantFoldCompareInstOperands( in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1523 auto *Precond1 = ConstantFoldCompareInstOperands( in canonicalizeClampLike()
1528 auto *Precond2 = ConstantFoldCompareInstOperands( in canonicalizeClampLike()
H A DInstCombineCasts.cpp798 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, C, MaxAmt, DL); in visitTrunc()
H A DInstCombineCompares.cpp215 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in foldCmpLoadFromIndexedGlobal()
1315 ConstantFoldCompareInstOperands(Pred, cast<Constant>(V), C, DL); in foldICmpWithConstant()
H A DInstructionCombining.cpp815 ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, C, BitWidthC, DL); in tryFoldInstWithCtpopWithNot()
H A DInstCombineCalls.cpp2055 assert(match(ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, WidthC, in visitCallInst()
H A DInstCombineAndOrXor.cpp2554 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, Log2C3, C2, DL); in visitAnd()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6601 Constant *DefaultConst = ConstantFoldCompareInstOperands( in reuseTableCompare()
6609 Constant *CaseConst = ConstantFoldCompareInstOperands( in reuseTableCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp33 V = ConstantFoldCompareInstOperands(CmpInst::ICMP_SGT, in getNegativeIsTrueBoolVec()