HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_ULT (Results 1 - 25 of 32) 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 212 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
223 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LoopUnrollRuntime.cpp 111 new ICmpInst(InsertPt, ICmpInst::ICMP_ULT, TripCount,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 450 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
765 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
775 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI));
    [all...]
InstCombineAndOrXor.cpp 276 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
529 case ICmpInst::ICMP_ULT:
    [all...]
InstCombineSelect.cpp 51 case ICmpInst::ICMP_ULT:
66 case ICmpInst::ICMP_ULT:
484 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
493 case ICmpInst::ICMP_ULT:
505 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 66 case CmpInst::ICMP_ULT: {
AsmWriter.cpp 708 case ICmpInst::ICMP_ULT: pred = "ult"; break;
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
LazyValueInfo.cpp 818 if (ICI->getPredicate() == ICmpInst::ICMP_ULT)
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 681 ICMP_ULT = 36, ///< unsigned less than
    [all...]
PatternMatch.h 996 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 197 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/lldb/source/Expression/
IRInterpreter.cpp 495 case CmpInst::ICMP_ULT:
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 313 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 887 case ICmpInst::ICMP_ULT: Out << "ULT"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 173 dbgs() << "Unhandled type for ICMP_ULT predicate: " << *Ty << "\n";
287 case ICmpInst::ICMP_ULT: R = executeICMP_ULT(Src1, Src2, Ty); break;
652 case ICmpInst::ICMP_ULT: return executeICMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 196 case CmpInst::ICMP_ULT: Predicate = CmpInst::FCMP_FALSE; break;
234 case CmpInst::ICMP_ULT: CC = X86::COND_B; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 755 case CmpInst::ICMP_ULT:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 231 case CmpInst::ICMP_ULT:
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 491 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]

Completed in 672 milliseconds

1 2