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

1 2 3 4

  /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;
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 77 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/swiftshader/third_party/LLVM/examples/Fibonacci/
fibonacci.cpp 64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 303 ICMP_SLE = 41 ///< signed less or equal
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 220 case naclbitc::ICMP_SLE:
221 LLVMPredicate = CmpInst::ICMP_SLE;
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 676 ICMP_SLE = 41, ///< signed less or equal
678 LAST_ICMP_PREDICATE = ICMP_SLE,
679 BAD_ICMP_PREDICATE = ICMP_SLE + 1
    [all...]
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 108 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 135 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1
166 Pred = ICmpInst::ICMP_SLE;
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 188 case ICmpInst::ICMP_SLE: return ISD::SETLE;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 101 case ICmpInst::ICMP_SLE: 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 122 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1
728 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 277 case ICmpInst::ICMP_SLE:
882 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest);
887 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Greatest, Range.getEnd());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 1640 milliseconds

1 2 3 4