Home | History | Annotate | Download | only in Scalar

Lines Matching full:negone

345       const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue(
348 Good.push_back(SE.getMulExpr(NegOne, S));
350 Bad.push_back(SE.getMulExpr(NegOne, S));