Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Candidate

7034 /// Is MaybeMaxExpr an SMax or UMax of Candidate and some other values?
7037 const SCEV *Candidate) {
7041 auto It = std::find(MaxExpr->op_begin(), MaxExpr->op_end(), Candidate);
7046 /// Is MaybeMinExpr an SMin or UMin of Candidate and some other values?
7050 const SCEV *Candidate) {
7055 return IsMaxConsistingOf<MaxExprType>(MaybeMaxExpr, SE.getNotSCEV(Candidate));