Searched refs:getNotSCEV (Results 1 – 2 of 2) sorted by relevance
3711 NotOps.push_back(getNotSCEV(S)); in getSMinExpr()3712 return getNotSCEV(getSMaxExpr(NotOps)); in getSMinExpr()3730 NotOps.push_back(getNotSCEV(S)); in getUMinExpr()3731 return getNotSCEV(getUMaxExpr(NotOps)); in getUMinExpr()3974 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution6315 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()6336 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()10044 getNotSCEV(FoundRHS), in isImpliedCondOperands()10045 getNotSCEV(FoundLHS)); in isImpliedCondOperands()10082 return IsMaxConsistingOf<MaxExprType>(MaybeMaxExpr, SE.getNotSCEV(Candidate)); in IsMinConsistingOf()
613 const SCEV *getNotSCEV(const SCEV *V);