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

1 2 3 4

  /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 317 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
326 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 299 ICMP_ULE = 37, ///< unsigned less or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 208 case naclbitc::ICMP_ULE:
209 LLVMPredicate = CmpInst::ICMP_ULE;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
207 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 756 Pred == ICmpInst::ICMP_ULE &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 189 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 293 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 100 case ICmpInst::ICMP_ULE: 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 706 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
    [all...]
InstCombineSelect.cpp 45 case ICmpInst::ICMP_ULE: return SPF_UMIN;
61 case ICmpInst::ICMP_ULE: return SPF_UMAX;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 81 case CmpInst::ICMP_ULE: {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 106 ICMP_ULE = 37, ///< unsigned less or equal
121 case ICMP_ULE: return Arg1 <= Arg2;
  /external/llvm/lib/CodeGen/
Analysis.cpp 204 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 672 ICMP_ULE = 37, ///< unsigned less or equal
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 77 case CmpInst::ICMP_ULE: {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 212 dbgs() << "Unhandled type for ICMP_ULE predicate: " << *Ty << "\n";
271 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break;
489 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty);
    [all...]

Completed in 554 milliseconds

1 2 3 4