Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewOp

1304     const SCEV *NewOp = T->getOperand();
1305 if (getTypeSizeInBits(NewOp->getType()) < getTypeSizeInBits(Ty))
1306 return getAnyExtendExpr(NewOp, Ty);
1307 return getTruncateOrNoop(NewOp, Ty);