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

1 2 3 4 5 6

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 55 case ICmpInst::ICMP_SLT: 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/llvm-7.0/llvm/lib/Analysis/
CmpInstAnalysis.cpp 33 case ICmpInst::ICMP_SLT: return 4; // 100
52 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
79 case ICmpInst::ICMP_SLT:
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueLatticeTest.cpp 102 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SLT, I1Ty, LV1)->isZeroValue());
108 EXPECT_TRUE(LV1.getCompare(CmpInst::ICMP_SLT, I1Ty, LV2)->isOneValue());
118 EXPECT_EQ(LV2.getCompare(CmpInst::ICMP_SLT, I1Ty, LV3), nullptr);
128 EXPECT_EQ(LV3.getCompare(CmpInst::ICMP_SLT, I1Ty, LV4), nullptr);
169 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::ICMP_SLT, I1Ty, LV2)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 260 FCmp32Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F32, CmpInst::ICMP_SLT}};
265 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}};
269 {RTLIB::OLT_F32, CmpInst::ICMP_SLT}};
278 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}};
283 FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_SLT}};
287 {RTLIB::OLT_F64, CmpInst::ICMP_SLT}};
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 302 ICMP_SLT = 40, ///< signed less than
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 217 case naclbitc::ICMP_SLT:
218 LLVMPredicate = CmpInst::ICMP_SLT;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 98 case ICmpInst::ICMP_SLT: return 4; // 100
151 case 4: Pred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
351 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
761 if (LHSCC == ICmpInst::ICMP_SLT && LHSCst->isZero()) {
    [all...]
InstCombineSelect.cpp 46 case ICmpInst::ICMP_SLT:
62 case ICmpInst::ICMP_SLT:
358 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
359 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
368 case ICmpInst::ICMP_SLT:
379 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
459 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
    [all...]
InstCombineCompares.cpp 119 case ICmpInst::ICMP_SLT: // True if LHS s< 0
728 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
740 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 338 case ICmpInst::ICMP_SLT:
498 // pred_ty predicate = IndVarIncreasing ? ICMP_SLT : ICMP_SGT;
697 auto Predicate = Signed ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;
710 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
760 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
779 IsSigned ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT;
820 SE.isLoopEntryGuardedByCond(L, ICmpInst::ICMP_SLT, BoundSCEV, Zero);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 132 case ICmpInst::ICMP_SLT: // True if LHS s< 0
165 if (Pred == ICmpInst::ICMP_SLT) {
    [all...]
InstCombineAndOrXor.cpp 303 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
539 case ICmpInst::ICMP_SLT:
    [all...]
InstCombineSelect.cpp 48 return ICmpInst::ICMP_SLT;
432 case ICmpInst::ICMP_SLT:
443 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
523 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
568 } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 79 case ICmpInst::ICMP_SLT: // True if LHS s< 0
113 if (Pred == ICmpInst::ICMP_SLT) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 349 case CmpInst::ICMP_SLT:
360 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
  /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,
LowerSwitch.cpp 162 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 437 case CmpInst::ICMP_SLT:
448 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 247 if (Pred == CmpInst::ICMP_SLT && Const->isZero()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 192 case ICmpInst::ICMP_SLT: return ISD::SETLT;

Completed in 2333 milliseconds

1 2 3 4 5 6