HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SLT (Results 1 - 25 of 28) 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 206 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
217 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LowerSwitch.cpp 162 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 288 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
504 if (I->getPredicate() == ICmpInst::ICMP_SLT)
    [all...]
InstCombineSelect.cpp 46 case ICmpInst::ICMP_SLT:
62 case ICmpInst::ICMP_SLT:
360 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
361 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
370 case ICmpInst::ICMP_SLT:
381 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
461 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
    [all...]
InstCombineCompares.cpp 119 case ICmpInst::ICMP_SLT: // True if LHS s< 0
755 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
767 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
    [all...]
InstCombineCasts.cpp 511 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 302 case CmpInst::ICMP_SLT:
313 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 652 case ICmpInst::ICMP_SLT: pred = "slt"; break;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 197 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/llvm/include/llvm/
InstrTypes.h 676 ICMP_SLT = 40, ///< signed less than
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 71 case CmpInst::ICMP_SLT: {
  /external/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/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/include/llvm/Support/
PatternMatch.h 779 return Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_SLE;
IRBuilder.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 844 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.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...]

Completed in 447 milliseconds

1 2