HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_ULT (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 54 case ICmpInst::ICMP_ULT: return 4; // 100
81 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
SimplifyIndVar.cpp 254 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
264 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LoopUtils.cpp 578 P = CmpInst::ICMP_ULT;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 313 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
565 case ICmpInst::ICMP_ULT:
    [all...]
InstCombineCompares.cpp 452 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
    [all...]
InstCombineSelect.cpp 50 return ICmpInst::ICMP_ULT;
420 case ICmpInst::ICMP_ULT:
432 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 69 case CmpInst::ICMP_ULT: {
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 106 ICMP_ULT = 36, ///< unsigned less than
121 case ICMP_ULT: return Arg1 < Arg2;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 144 ICmpInst *PtrCompare = new ICmpInst(ConvertedInst, ICmpInst::ICMP_ULT,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
LazyValueInfo.cpp 912 if (ICI->getPredicate() == ICmpInst::ICMP_ULT)
    [all...]
ValueTracking.cpp 599 case ICmpInst::ICMP_ULT:
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 209 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
InstrTypes.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 315 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
ConstantRangeTest.cpp 537 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_ULT,
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 889 case ICmpInst::ICMP_ULT: Out << "ULT"; break;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 315 case ICmpInst::ICMP_ULT:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 174 dbgs() << "Unhandled type for ICMP_ULT predicate: " << *Ty << "\n";
288 case ICmpInst::ICMP_ULT: R = executeICMP_ULT(Src1, Src2, Ty); break;
653 case ICmpInst::ICMP_ULT: return executeICMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 750 milliseconds

1 2