Home
last modified time | relevance | path

Searched refs:addOverflowAssumption (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14641 if (addOverflowAssumption(AR, SCEVWrapPredicate::IncrementNUSW)) in visitZeroExtendExpr()
14657 if (addOverflowAssumption(AR, SCEVWrapPredicate::IncrementNSSW)) in visitSignExtendExpr()
14671 bool addOverflowAssumption(const SCEVPredicate *P) { in addOverflowAssumption() function in __anon24f19d334811::SCEVPredicateRewriter
14680 bool addOverflowAssumption(const SCEVAddRecExpr *AR, in addOverflowAssumption() function in __anon24f19d334811::SCEVPredicateRewriter
14683 return addOverflowAssumption(A); in addOverflowAssumption()
14706 if (!addOverflowAssumption(P)) in convertToAddRecWithPreds()