Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NegOne

291       const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue(
295 Good.push_back(SE.getMulExpr(NegOne, *I));
298 Bad.push_back(SE.getMulExpr(NegOne, *I));