Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CastWidth

1233   unsigned CastWidth = SE->getTypeSizeInBits(Op->getType());
1235 assert (CastWidth <= IVWidth && "Unexpected width while widening compare.");
1243 if (CastWidth < IVWidth) {
1287 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType());
1289 if (CastWidth < IVWidth) {