HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SLT (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 247 if (Pred == CmpInst::ICMP_SLT && Const->isZero()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 844 Builder.CreateICmp(ICmpInst::ICMP_SLT, Add, Limit, "cond"));
876 ICmpInst::ICMP_SLT, Add, ConstantInt::get(T_int64, 2000), "new.cond");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
BranchProbabilityInfo.cpp 717 case CmpInst::ICMP_SLT:
728 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantRange.cpp 75 case CmpInst::ICMP_SLT: {
152 getLower().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT;
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 287 case ICmpInst::ICMP_SLT:
750 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 1) ||
773 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 0);
    [all...]
Float2Int.cpp 95 return CmpInst::ICMP_SLT;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 822 return ICMP_SLT(src, VIMMED1(0));
828 return ICMP_SLT(src, VIMMED1_16(0));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 95 return CmpInst::ICMP_SLT;
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 109 ICMP_SLT = 40, ///< signed less than
124 case ICMP_SLT: return (S)Arg1 < (S)Arg2;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 790 case ICmpInst::ICMP_SLT: NewPred = ICmpInst::ICMP_ULT; break;
    [all...]
InstCombineSelect.cpp 524 } else if (IC->getPredicate() == ICmpInst::ICMP_SLT ||
719 else if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
859 Cmp.getPredicate() == ICmpInst::ICMP_SLT;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 513 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 207 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 274 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 675 ICMP_SLT = 40, ///< signed less than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 71 case CmpInst::ICMP_SLT: {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 206 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 42 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_SLT));

Completed in 1773 milliseconds

12 3 4 5 6