Searched refs:IVWidth (Results 1 – 1 of 1) sorted by relevance
1214 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local1215 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1223 if (CastWidth < IVWidth) { in widenLoopCompare()1262 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local1263 if (CastWidth < IVWidth) { in widenIVUse()