Searched refs:CastWidth (Results 1 – 1 of 1) sorted by relevance
1624 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in widenLoopCompare() local1626 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1632 if (CastWidth < IVWidth) { in widenLoopCompare()1895 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in widenIVUse() local1897 if (CastWidth < IVWidth) { in widenIVUse()