Searched refs:IVWidth (Results 1 – 1 of 1) sorted by relevance
968 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenLoopCompare() local969 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in WidenLoopCompare()976 if (CastWidth < IVWidth) { in WidenLoopCompare()1015 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenIVUse() local1016 if (CastWidth < IVWidth) { in WidenIVUse()