Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1233 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in widenLoopCompare() local
1235 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1243 if (CastWidth < IVWidth) { in widenLoopCompare()
1287 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in widenIVUse() local
1289 if (CastWidth < IVWidth) { in widenIVUse()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp997 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in WidenIVUse() local
999 if (CastWidth < IVWidth) { in WidenIVUse()