Home
last modified time | relevance | path

Searched refs:IVWidth (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp968 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenLoopCompare() local
969 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in WidenLoopCompare()
976 if (CastWidth < IVWidth) { in WidenLoopCompare()
1015 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenIVUse() local
1016 if (CastWidth < IVWidth) { in WidenIVUse()