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

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate()
FlattenCFG.cpp 247 CI->setPredicate(ICmpInst::getInversePredicate(Predicate));
SimplifyIndVar.cpp 180 else if (SE->isKnownPredicate(ICmpInst::getInversePredicate(Pred), S, X))
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 742 Predicate getInversePredicate() const {
743 return getInversePredicate(getPredicate());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 502 milliseconds