HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_ULT (Results 1 - 25 of 28) 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 206 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
217 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LoopUnrollRuntime.cpp 110 new ICmpInst(InsertPt, ICmpInst::ICMP_ULT, TripCount,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 288 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
740 if (LHSCC == ICmpInst::ICMP_ULT &&
    [all...]
InstCombineCompares.cpp 427 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
733 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
743 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI));
    [all...]
InstCombineSelect.cpp 44 case ICmpInst::ICMP_ULT:
60 case ICmpInst::ICMP_ULT:
360 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
369 case ICmpInst::ICMP_ULT:
381 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 656 case ICmpInst::ICMP_ULT: pred = "ult"; break;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 198 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/unittests/VMCore/
InstructionsTest.cpp 162 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
LazyValueInfo.cpp 814 if (ICI->getPredicate() == ICmpInst::ICMP_ULT)
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 672 ICMP_ULT = 36, ///< unsigned less than
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 65 case CmpInst::ICMP_ULT: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 160 dbgs() << "Unhandled type for ICMP_ULT predicate: " << *Ty << "\n";
267 case ICmpInst::ICMP_ULT: R = executeICMP_ULT(Src1, Src2, Ty); break;
485 case ICmpInst::ICMP_ULT: return executeICMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 793 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE;
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 845 case ICmpInst::ICMP_ULT: Out << "ULT"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 476 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1918 milliseconds

1 2