Searched refs:CastWidth (Results 1 – 2 of 2) sorted by relevance
1233 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in widenLoopCompare() local1235 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1243 if (CastWidth < IVWidth) { in widenLoopCompare()1287 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in widenIVUse() local1289 if (CastWidth < IVWidth) { in widenIVUse()
997 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in WidenIVUse() local999 if (CastWidth < IVWidth) { in WidenIVUse()