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 206 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
217 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
LowerSwitch.cpp 271 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT,
  /external/llvm/lib/Fuzzer/
FuzzerDFSan.cpp 100 ICMP_SLT = 40, ///< signed less than
115 case ICMP_SLT: return (S)Arg1 < (S)Arg2;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 53 case ICmpInst::ICMP_SLT:
68 case ICmpInst::ICMP_SLT:
85 if (Pred == ICmpInst::ICMP_SLT && (C1->isZero() || C1->isOne())) {
514 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
515 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
524 case ICmpInst::ICMP_SLT:
535 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
615 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
686 } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) {
    [all...]
InstCombineCompares.cpp 123 case ICmpInst::ICMP_SLT: // True if LHS s< 0
156 if (pred == ICmpInst::ICMP_SLT) {
773 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
785 return new ICmpInst(ICmpInst::ICMP_SLT, X, ConstantExpr::getSub(SMax, C));
    [all...]
InstCombineAndOrXor.cpp 313 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
552 case ICmpInst::ICMP_SLT:
    [all...]
InstCombineCasts.cpp 518 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) ||
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 73 case CmpInst::ICMP_SLT: {
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 401 case CmpInst::ICMP_SLT:
412 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 292 case ICmpInst::ICMP_SLT:
772 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 1) ||
795 (Pred == ICmpInst::ICMP_SLT && LatchBrExitIdx == 0);
    [all...]
Float2Int.cpp 102 return CmpInst::ICMP_SLT;
IndVarSimplify.cpp 323 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
379 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 206 case ICmpInst::ICMP_SLT: return ISD::SETLT;
  /external/lldb/source/Expression/
IRInterpreter.cpp 499 case CmpInst::ICMP_SLT:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 722 ICMP_SLT = 40, ///< signed less than
    [all...]
PatternMatch.h     [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 555 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLT, SignedSample),
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 889 case ICmpInst::ICMP_SLT: Out << "SLT"; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 327 milliseconds

1 2