HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SLT (Results 1 - 25 of 35) 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 212 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
223 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LowerSwitch.cpp 215 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 113 case ICmpInst::ICMP_SLT: // True if LHS s< 0
146 if (pred == ICmpInst::ICMP_SLT) {
787 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
    [all...]
InstCombineSelect.cpp 53 case ICmpInst::ICMP_SLT:
68 case ICmpInst::ICMP_SLT:
85 if (Pred == ICmpInst::ICMP_SLT && (C1->isZero() || C1->isOne())) {
484 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
485 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
494 case ICmpInst::ICMP_SLT:
505 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
585 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
    [all...]
InstCombineAndOrXor.cpp 276 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
515 case ICmpInst::ICMP_SLT:
    [all...]
InstCombineCasts.cpp 523 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 72 case CmpInst::ICMP_SLT: {
AsmWriter.cpp 704 case ICmpInst::ICMP_SLT: pred = "slt"; break;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 391 case CmpInst::ICMP_SLT:
402 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp 916 case CmpInst::ICMP_SLT:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 685 ICMP_SLT = 40, ///< signed less than
    [all...]
PatternMatch.h 982 return Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_SLE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 196 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/lldb/source/Expression/
IRInterpreter.cpp 499 case CmpInst::ICMP_SLT:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 322 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
378 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 886 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 187 dbgs() << "Unhandled type for ICMP_SLT predicate: " << *Ty << "\n";
288 case ICmpInst::ICMP_SLT: R = executeICMP_SLT(Src1, Src2, Ty); break;
653 case ICmpInst::ICMP_SLT: return executeICMP_SLT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 200 case CmpInst::ICMP_SLT: Predicate = CmpInst::FCMP_FALSE; break;
238 case CmpInst::ICMP_SLT: CC = X86::COND_L; break;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 335 milliseconds

1 2