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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 57 case ICmpInst::ICMP_ULE: return 6; // 110
83 case 6: NewICmpPred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break;
LowerSwitch.cpp 323 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
332 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 590 case ICmpInst::ICMP_ULE:
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 107 ICMP_ULE = 37, ///< unsigned less or equal
122 case ICMP_ULE: return Arg1 <= Arg2;
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 81 case CmpInst::ICMP_ULE: {
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
InstCombineCalls.cpp 652 Pred = IsSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 205 case ICmpInst::ICMP_ULE: return ISD::SETULE;