/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 57 case ICmpInst::ICMP_ULE: return 6; // 110 in getICmpCode() 83 case 6: NewICmpPred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break; in getICmpValue()
|
D | LowerSwitch.cpp | 323 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, in newLeafBlock() 332 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, in newLeafBlock()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1539 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps() 1550 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps() 1706 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps() 1709 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps() 1990 case CmpInst::ICMP_ULE: in computePointerICmp() 2202 case ICmpInst::ICMP_ULE: in SimplifyICmpInst() 2219 case ICmpInst::ICMP_ULE: in SimplifyICmpInst() 2488 case ICmpInst::ICMP_ULE: in SimplifyICmpInst() 2568 case ICmpInst::ICMP_ULE: in SimplifyICmpInst() 2664 if (Pred == ICmpInst::ICMP_ULE) in SimplifyICmpInst() [all …]
|
D | ValueTracking.cpp | 590 case ICmpInst::ICMP_ULE: in computeKnownBitsFromTrueCondition() 950 Pred == ICmpInst::ICMP_ULE && isValidAssumeForContext(I, Q)) { in computeKnownBitsFromAssume() 3941 case ICmpInst::ICMP_ULE: return {SPF_UMIN, SPNB_NA, false}; in matchSelectPattern() 4125 case CmpInst::ICMP_ULE: { in isTruePredicate() 4182 case CmpInst::ICMP_ULE: in isImpliedCondOperands() 4183 return isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth, AC, CxtI, in isImpliedCondOperands() 4185 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth, AC, CxtI, in isImpliedCondOperands()
|
D | ScalarEvolution.cpp | 3167 } else if (isKnownPredicate(ICmpInst::ICMP_ULE, Ops[i], Ops[i+1])) { in getUMaxExpr() 4029 case ICmpInst::ICMP_ULE: in createNodeForSelectOrPHI() 6873 case ICmpInst::ICMP_ULE: in SimplifyICmpOperands() 7023 case ICmpInst::ICMP_ULE: in SimplifyICmpOperands() 7174 case ICmpInst::ICMP_ULE: in isMonotonicPredicateImpl() 7305 case ICmpInst::ICMP_ULE: { in isKnownPredicateWithRanges() 8021 case ICmpInst::ICMP_ULE: in IsKnownPredicateViaMinOrMax() 8068 case ICmpInst::ICMP_ULE: in isImpliedCondOperandsHelper() 8069 if (IsKnownPredicateFull(ICmpInst::ICMP_ULE, LHS, FoundLHS) && in isImpliedCondOperandsHelper() 8076 IsKnownPredicateFull(ICmpInst::ICMP_ULE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 821 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) { in FoldICmpAddOpCst() 1528 : ICmpInst::ICMP_ULE, in visitICmpInstWithInstAndIntCst() 1612 Pred = ICmpInst::ICMP_ULE; in visitICmpInstWithInstAndIntCst() 2443 case ICmpInst::ICMP_ULE: in ProcessUMulZExtIdiom() 2532 case ICmpInst::ICMP_ULE: in ProcessUMulZExtIdiom() 2810 case ICmpInst::ICMP_ULE: { // icmp ule i1 A, B -> ~A | B in visitICmpInst() 2891 case ICmpInst::ICMP_ULE: in visitICmpInst() 3149 case ICmpInst::ICMP_ULE: in visitICmpInst() 3929 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE; in FoldFCmp_IntToFP_Cst() 3967 Pred == ICmpInst::ICMP_ULE) in FoldFCmp_IntToFP_Cst() [all …]
|
D | InstCombineAndOrXor.cpp | 303 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() && in InsertRangeTest() 863 case ICmpInst::ICMP_SLE: NewPred = ICmpInst::ICMP_ULE; break; in simplifyRangeCheck() 971 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps() 972 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps() 1832 if ((LHSCC == ICmpInst::ICMP_ULT || LHSCC == ICmpInst::ICMP_ULE) && in FoldOrOfICmps() 1955 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps() 1956 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps()
|
D | InstCombineCalls.cpp | 652 Pred = IsSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in SimplifyX86vpcom()
|
D | InstructionCombining.cpp | 2125 if (IPred == ICmpInst::ICMP_NE || IPred == ICmpInst::ICMP_ULE || in visitBranchInst()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 107 ICMP_ULE = 37, ///< unsigned less or equal enumerator 122 case ICMP_ULE: return Arg1 <= Arg2; in ComputeCmp()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3365 case ICMP_UGT: return ICMP_ULE; in getInversePredicate() 3368 case ICMP_ULE: return ICMP_UGT; in getInversePredicate() 3404 case ICMP_ULE: return ICMP_SLE; in getSignedPredicate() 3412 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3417 case ICMP_SLE: return ICMP_ULE; in getUnsignedPredicate() 3456 case ICmpInst::ICMP_ULE: in makeConstantRange() 3495 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate() 3496 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate() 3522 case CmpInst::ICMP_ULE: in getSignedPredicate() 3534 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned() [all …]
|
D | ConstantFold.cpp | 1564 return isSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in evaluateICmpRelation() 1744 case ICmpInst::ICMP_ULE: return ConstantInt::get(ResultTy, V1.ule(V2)); in ConstantFoldCompareInstruction() 1884 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 1902 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 1914 case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 1916 if (pred == ICmpInst::ICMP_ULT || pred == ICmpInst::ICMP_ULE) Result = 1; in ConstantFoldCompareInstruction()
|
D | ConstantRange.cpp | 81 case CmpInst::ICMP_ULE: { in makeAllowedICmpRegion()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 205 case ICmpInst::ICMP_ULE: return ISD::SETULE; in getICmpCondCode()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 893 case ICmpInst::ICMP_ULE: Out << "ULE"; break; in printConstant() 1292 case ICmpInst::ICMP_ULE: Out << "ICmpInst::ICMP_ULE"; break; in printInstruction()
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 541 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_ULE, in TEST()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 908 ICMP_ULE = 37, ///< unsigned less or equal
|
D | PatternMatch.h | 1008 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE; in match()
|
D | IRBuilder.h | 1433 return CreateICmp(ICmpInst::ICMP_ULE, LHS, RHS, Name);
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 292 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break; in visitICmpInst() 657 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty); in executeCmpInst()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 621 case CmpInst::ICMP_ULE: { in emitCmp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2212 case CmpInst::ICMP_ULE: Predicate = CmpInst::FCMP_TRUE; break; in optimizeCmpPredicate()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 246 case CmpInst::ICMP_ULE: in getComparePred()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 918 case ICmpInst::ICMP_ULE: in OptimizeGlobalAddressOfMalloc()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1221 case CmpInst::ICMP_ULE: in getComparePred()
|