Home
last modified time | relevance | path

Searched refs:getFlippedSignednessPredicate (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3907 CmpInst::Predicate ICmpInst::getFlippedSignednessPredicate(Predicate pred) { in getFlippedSignednessPredicate() function in ICmpInst
3959 Pred1 = ICmpInst::getFlippedSignednessPredicate(Pred1); in isImpliedTrueByMatchingCmp()
3961 Pred2 = ICmpInst::getFlippedSignednessPredicate(Pred2); in isImpliedTrueByMatchingCmp()
4008 A.Pred == ICmpInst::getFlippedSignednessPredicate(B.Pred)) in getMatching()
4011 B.Pred == ICmpInst::getFlippedSignednessPredicate(A.Pred)) in getMatching()
H A DConstantRange.cpp205 ICmpInst::getFlippedSignednessPredicate(Pred); in getEquivalentPredWithFlippedSignedness()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1291 LLVM_ABI static Predicate getFlippedSignednessPredicate(Predicate Pred);
1296 Predicate getFlippedSignednessPredicate() const {
1297 return getFlippedSignednessPredicate(getPredicate());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1627 Pred = Cmp.getFlippedSignednessPredicate(); in foldICmpXorConstant()
1633 Pred = Cmp.getFlippedSignednessPredicate(); in foldICmpXorConstant()
5550 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp()
5556 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp()
5664 Pred = ICmpInst::getFlippedSignednessPredicate(Pred); in foldICmpWithMinMax()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1913 Info.addFact(ICmpInst::getFlippedSignednessPredicate(Pred), A, B, in eliminateConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2557 WRAP_BOTH(getFlippedSignednessPredicate);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9289 LPred = LPred.hasSameSign() ? ICmpInst::getFlippedSignednessPredicate(LPred) in isImpliedCondCommonOperandWithCR()
9291 RPred = RPred.hasSameSign() ? ICmpInst::getFlippedSignednessPredicate(RPred) in isImpliedCondCommonOperandWithCR()
H A DScalarEvolution.cpp11277 auto SignFlippedPred = ICmpInst::getFlippedSignednessPredicate(Pred); in getLoopInvariantPredicate()
11931 P1 == ICmpInst::getFlippedSignednessPredicate(P2); in isImpliedCondBalancedTypes()