HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_ULE (Results 1 - 25 of 33) 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 318 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
327 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/Fuzzer/
FuzzerDFSan.cpp 97 ICMP_ULE = 37, ///< unsigned less or equal
112 case ICMP_ULE: return Arg1 <= Arg2;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
ValueTracking.cpp 544 case ICmpInst::ICMP_ULE:
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 79 case CmpInst::ICMP_ULE: {
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 751 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
    [all...]
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
InstCombineSelect.cpp 52 case ICmpInst::ICMP_ULE: return SPF_UMIN;
67 case ICmpInst::ICMP_ULE: return SPF_UMAX;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 203 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/lldb/source/Expression/
IRInterpreter.cpp 496 case CmpInst::ICMP_ULE:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 719 ICMP_ULE = 37, ///< unsigned less or equal
    [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 540 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_ULE,
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 894 case ICmpInst::ICMP_ULE: Out << "ULE"; break;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 535 case CmpInst::ICMP_ULE: {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 230 dbgs() << "Unhandled type for ICMP_ULE predicate: " << *Ty << "\n";
292 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break;
657 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 241 case CmpInst::ICMP_ULE:
    [all...]

Completed in 743 milliseconds

1 2