HomeSort by relevance Sort by last modified time
    Searched refs:getSwappedPredicate (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h 747 Predicate getSwappedPredicate() const
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 118 Pred = CI->getSwappedPredicate();
184 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();
GVN.cpp 182 Predicate = CmpInst::getSwappedPredicate(Predicate);
207 Predicate = CmpInst::getSwappedPredicate(Predicate);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 156 Pred = ICmpInst::getSwappedPredicate(Pred);
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 88 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
440 Pred = CmpInst::getSwappedPredicate(Pred);
564 Pred = CmpInst::getSwappedPredicate(Pred);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 648 ICmpInst::getSwappedPredicate(Cond), I);
    [all...]
InstCombineSelect.cpp 440 Pred = ICmpInst::getSwappedPredicate(Pred);
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 860 Cmp->getPredicate() : Cmp->getSwappedPredicate();

Completed in 61 milliseconds