Home
last modified time | relevance | path

Searched refs:getSwappedPredicate (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/
DInstrTypes.h749 Predicate getSwappedPredicate() const {
750 return getSwappedPredicate(getPredicate());
756 static Predicate getSwappedPredicate(Predicate pred);
DInstructions.h1027 setPredicate(getSwappedPredicate());
1137 setPredicate(getSwappedPredicate());
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp88 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()
DScalarEvolution.cpp4502 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/
DInstCombineCompares.cpp647 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()
DInstCombineSelect.cpp430 Pred = ICmpInst::getSwappedPredicate(Pred); in visitSelectInstWithICmp()
DInstCombineAndOrXor.cpp970 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldAndOfFCmps()
1660 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldOrOfFCmps()
/external/llvm/lib/VMCore/
DConstantFold.cpp1299 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()
DInstructions.cpp3035 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate() function in CmpInst
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp158 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
/external/llvm/include/llvm/Support/
DPatternMatch.h760 Cmp->getPredicate() : Cmp->getSwappedPredicate(); in match()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp176 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_expression()
201 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_cmp_expression()