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

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 54 case ICmpInst::ICMP_ULT: return 4; // 100
81 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
SimplifyIndVar.cpp 289 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
299 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 298 ICMP_ULT = 36, ///< unsigned less than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 205 case naclbitc::ICMP_ULT:
206 LLVMPredicate = CmpInst::ICMP_ULT;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 97 case ICmpInst::ICMP_ULT: return 4; // 100
151 case 4: Pred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
351 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
748 if (LHSCC == ICmpInst::ICMP_ULT &&
    [all...]
InstCombineCompares.cpp 422 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
706 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
716 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI));
    [all...]
InstCombineSelect.cpp 44 case ICmpInst::ICMP_ULT:
60 case ICmpInst::ICMP_ULT:
358 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
367 case ICmpInst::ICMP_ULT:
379 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
553 case ICmpInst::ICMP_ULT:
    [all...]
InstCombineCompares.cpp 459 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 208 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
219 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
ConstantRange.cpp 69 case CmpInst::ICMP_ULT: {
147 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE;
152 getLower().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT;
Instructions.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 144 ICmpInst *PtrCompare = new ICmpInst(ConvertedInst, ICmpInst::ICMP_ULT,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 193 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 576 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_ULT,
725 EXPECT_EQ(Pred, CmpInst::ICMP_ULT);
750 EXPECT_EQ(Pred, CmpInst::ICMP_ULT);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 105 ICMP_ULT = 36, ///< unsigned less than
120 case ICMP_ULT: return Arg1 < Arg2;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 795 Value* vGatherMask = ICMP_ULT(vCurIndices, vMaxVertex);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 208 case ICmpInst::ICMP_ULT: return ISD::SETULT;

Completed in 1133 milliseconds

1 2 3 4