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

1 2

  /external/llvm/examples/Fibonacci/
fibonacci.cpp 64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/include/llvm/
InstrTypes.h 676 ICMP_SLE = 41, ///< signed less or equal
678 LAST_ICMP_PREDICATE = ICMP_SLE,
679 BAD_ICMP_PREDICATE = ICMP_SLE + 1
    [all...]
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/lib/CodeGen/
Analysis.cpp 188 case ICmpInst::ICMP_SLE: return ISD::SETLE;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 101 case ICmpInst::ICMP_SLE: return 6; // 110
153 case 6: Pred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break;
341 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
InstCombineCompares.cpp 122 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1
728 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
    [all...]
InstCombineSelect.cpp 47 case ICmpInst::ICMP_SLE: return SPF_SMIN;
63 case ICmpInst::ICMP_SLE: return SPF_SMAX;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 653 case ICmpInst::ICMP_SLE: pred = "sle"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 83 case CmpInst::ICMP_SLE: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 225 dbgs() << "Unhandled type for ICMP_SLE predicate: " << *Ty << "\n";
272 case ICmpInst::ICMP_SLE: R = executeICMP_SLE(Src1, Src2, Ty); break;
490 case ICmpInst::ICMP_SLE: return executeICMP_SLE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 332 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
359 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 748 return Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_SLE;
IRBuilder.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 828 case ICmpInst::ICMP_SLE: Out << "SLE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 848 case ICmpInst::ICMP_SLE:
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 1797 milliseconds

1 2