Searched refs:IVWidth (Results 1 – 3 of 3) sorted by relevance
1234 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local1235 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1243 if (CastWidth < IVWidth) { in widenLoopCompare()1288 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local1289 if (CastWidth < IVWidth) { in widenIVUse()
1355 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local1356 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1364 if (CastWidth < IVWidth) { in widenLoopCompare()1422 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local1423 if (CastWidth < IVWidth) { in widenIVUse()
998 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenIVUse() local999 if (CastWidth < IVWidth) { in WidenIVUse()