Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1234 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local
1235 assert (CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1243 if (CastWidth < IVWidth) { in widenLoopCompare()
1288 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local
1289 if (CastWidth < IVWidth) { in widenIVUse()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp998 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in WidenIVUse() local
999 if (CastWidth < IVWidth) { in WidenIVUse()