HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SLT (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 677 return Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_SLT &&
IndVarSimplify.cpp 361 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
416 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 287 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
SimplifyIndVar.cpp 373 auto LT = IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 595 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLT, SignedSample),
730 EXPECT_EQ(Pred, CmpInst::ICMP_SLT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantRange.cpp 78 case CmpInst::ICMP_SLT: {
163 getLower().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 173 dbgs() << "Unhandled type for ICMP_SLT predicate: " << *Ty << "\n";
268 case ICmpInst::ICMP_SLT: R = executeICMP_SLT(Src1, Src2, Ty); break;
486 case ICmpInst::ICMP_SLT: return executeICMP_SLT(Src1, Src2, Ty);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 330 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
386 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantRangeTest.cpp 679 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLT, SignedSample),
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 745 Pred == ICmpInst::ICMP_SLT &&
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 626 P = CmpInst::ICMP_SLT;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 153 _SPIRV_OP(ICMP_SLT, SLessThan)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 748 return Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_SLE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 327 case CmpInst::ICMP_SLT:
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 593 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 321 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
377 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 824 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 948 case CmpInst::ICMP_SLT: SwapArgs = false; SetCCOpc = X86::SETLr; break
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 1092 milliseconds

1 23 4 5 6