Searched refs:getSwappedPredicate (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/ |
D | InstrTypes.h | 749 Predicate getSwappedPredicate() const { 750 return getSwappedPredicate(getPredicate()); 756 static Predicate getSwappedPredicate(Predicate pred);
|
D | Instructions.h | 1027 setPredicate(getSwappedPredicate()); 1137 setPredicate(getSwappedPredicate());
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 88 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare() 440 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect() 564 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI() 1588 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition() 1647 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2181 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2188 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2251 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2258 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2416 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyFCmpInst()
|
D | ScalarEvolution.cpp | 4502 Cond = ICmpInst::getSwappedPredicate(Cond); in ComputeExitLimitFromICmp() 5621 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands() 5632 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands() 6111 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond() 6114 Pred = ICmpInst::getSwappedPredicate(Pred); in isImpliedCond() 6124 if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) { in isImpliedCond() 6128 return isImpliedCondOperands(ICmpInst::getSwappedPredicate(Pred), in isImpliedCond()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 647 ICmpInst::getSwappedPredicate(Cond), I); in FoldGEPICmp() 881 Pred = ICmpInst::getSwappedPredicate(Pred); in FoldICmpDivCst() 1093 Pred = ICI.getSwappedPredicate(Pred); in visitICmpInstWithInstAndIntCst() 2276 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst() 2403 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in visitICmpInst() 2445 Pred = I.getSwappedPredicate(Pred); in visitICmpInst() 2618 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate(), Op1); in visitICmpInst() 2959 return new FCmpInst(I.getSwappedPredicate(), Op, in visitFCmpInst() 2979 return new FCmpInst(I.getSwappedPredicate(), X, Y); in visitFCmpInst()
|
D | InstCombineSelect.cpp | 430 Pred = ICmpInst::getSwappedPredicate(Pred); in visitSelectInstWithICmp()
|
D | InstCombineAndOrXor.cpp | 970 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldAndOfFCmps() 1660 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldOrOfFCmps()
|
/external/llvm/lib/VMCore/ |
D | ConstantFold.cpp | 1299 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation() 1366 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1373 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1399 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1874 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
|
D | Instructions.cpp | 3035 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate() function in CmpInst
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 158 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
|
/external/llvm/include/llvm/Support/ |
D | PatternMatch.h | 760 Cmp->getPredicate() : Cmp->getSwappedPredicate(); in match()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 176 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_expression() 201 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_cmp_expression()
|