HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SLE (Results 1 - 25 of 41) 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 319 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 92 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /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;
    [all...]
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]