Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp967 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in WidenLoopCompare() local
969 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() local
1016 if (CastWidth < IVWidth) { in WidenIVUse()