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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 55 case ICmpInst::ICMP_SLT: return 4; // 100
81 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
SimplifyIndVar.cpp 204 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
215 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 120 case ICmpInst::ICMP_SLT: // True if LHS s< 0
153 if (pred == ICmpInst::ICMP_SLT) {
788 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
    [all...]
InstCombineSelect.cpp 46 case ICmpInst::ICMP_SLT:
62 case ICmpInst::ICMP_SLT:
433 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
434 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
443 case ICmpInst::ICMP_SLT:
454 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
534 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
    [all...]
InstCombineAndOrXor.cpp 284 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
497 if (I->getPredicate() == ICmpInst::ICMP_SLT)
    [all...]
InstCombineCasts.cpp 520 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 703 case ICmpInst::ICMP_SLT: pred = "slt"; break;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 386 case CmpInst::ICMP_SLT:
397 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp 911 case CmpInst::ICMP_SLT:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 680 ICMP_SLT = 40, ///< signed less than
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 195 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/llvm/lib/Support/
ConstantRange.cpp 72 case CmpInst::ICMP_SLT: {
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 318 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
374 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 186 dbgs() << "Unhandled type for ICMP_SLT predicate: " << *Ty << "\n";
287 case ICmpInst::ICMP_SLT: R = executeICMP_SLT(Src1, Src2, Ty); break;
652 case ICmpInst::ICMP_SLT: return executeICMP_SLT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 876 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 892 return Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_SLE;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 488 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]

Completed in 1359 milliseconds

1 2