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

  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 584 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), Offset,
602 return new ICmpInst(ICmpInst::getSignedPredicate(Cond),
660 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
673 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), L, R);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 179 Pred = isSigned ? ICmpInst::getSignedPredicate(Pred) : Pred;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 594 assert(Pred == ICmpInst::getSignedPredicate(Pred) && "Must be signed!");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 637 milliseconds