Home
last modified time | relevance | path

Searched refs:CastWidth (Results 1 – 3 of 3) 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-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1354 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in widenLoopCompare() local
1356 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1364 if (CastWidth < IVWidth) { in widenLoopCompare()
1421 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in widenIVUse() local
1423 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()