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

1 2 3 4 5

  /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/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/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/lib/Analysis/
BranchProbabilityInfo.cpp 349 case CmpInst::ICMP_SLT:
360 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [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,
LowerSwitch.cpp 162 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/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;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /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/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 109 ICMP_SLT = 40, ///< signed less than
124 case ICMP_SLT: return (S)Arg1 < (S)Arg2;

Completed in 737 milliseconds

1 2 3 4 5