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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 58 case ICmpInst::ICMP_SLE: return 6; // 110
83 case 6: NewICmpPred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break;
LowerSwitch.cpp 314 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 63 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/lib/Fuzzer/
FuzzerDFSan.cpp 101 ICMP_SLE = 41, ///< signed less or equal
116 case ICMP_SLE: return (S)Arg1 <= (S)Arg2;
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 126 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1
157 pred = ICmpInst::ICMP_SLE;
773 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
    [all...]
InstCombineSelect.cpp 54 case ICmpInst::ICMP_SLE: return SPF_SMIN;
69 case ICmpInst::ICMP_SLE: return SPF_SMAX;
    [all...]
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 723 ICMP_SLE = 41, ///< signed less or equal
725 LAST_ICMP_PREDICATE = ICMP_SLE,
726 BAD_ICMP_PREDICATE = ICMP_SLE + 1
    [all...]
PatternMatch.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 85 case CmpInst::ICMP_SLE: {
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 282 case ICmpInst::ICMP_SLE:
904 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest);
909 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Greatest, Range.getEnd());
    [all...]
Float2Int.cpp 105 return CmpInst::ICMP_SLE;
IndVarSimplify.cpp 325 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
352 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
    [all...]
LoopIdiomRecognize.cpp 554 CmpInst::ICMP_UGT : CmpInst::ICMP_SLE;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 202 case ICmpInst::ICMP_SLE: return ISD::SETLE;
  /external/lldb/source/Expression/
IRInterpreter.cpp 500 case CmpInst::ICMP_SLE:
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 559 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLE, SignedSample),
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 893 case ICmpInst::ICMP_SLE: Out << "SLE"; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 555 case CmpInst::ICMP_SLE: {
    [all...]

Completed in 1207 milliseconds

1 2