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

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate()
FlattenCFG.cpp 250 CI->setPredicate(ICmpInst::getInversePredicate(Predicate));
SimplifyIndVar.cpp 181 } else if (SE->isKnownPredicate(ICmpInst::getInversePredicate(Pred), S, X)) {
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 126 return makeAllowedICmpRegion(CmpInst::getInversePredicate(Pred), CR)
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 119 milliseconds