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

1 2

  /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 254 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
264 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LoopUtils.cpp 584 P = CmpInst::ICMP_SLT;
LowerSwitch.cpp 280 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 123 case ICmpInst::ICMP_SLT: // True if LHS s< 0
156 if (pred == ICmpInst::ICMP_SLT) {
    [all...]
InstCombineAndOrXor.cpp 313 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
551 case ICmpInst::ICMP_SLT:
    [all...]
InstCombineSelect.cpp 48 return ICmpInst::ICMP_SLT;
421 case ICmpInst::ICMP_SLT:
432 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
512 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
557 } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) {
    [all...]
InstCombineCasts.cpp 593 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 75 case CmpInst::ICMP_SLT: {
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 424 case CmpInst::ICMP_SLT:
435 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
ValueTracking.cpp     [all...]
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 110 ICMP_SLT = 40, ///< signed less than
125 case ICMP_SLT: return (S)Arg1 < (S)Arg2;
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 299 case ICmpInst::ICMP_SLT:
779 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 1) ||
802 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 0);
    [all...]
Float2Int.cpp 107 return CmpInst::ICMP_SLT;
IndVarSimplify.cpp 355 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
411 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 208 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 888 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 556 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLT, SignedSample),
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 474 milliseconds

1 2