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