Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1487 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local
1488 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1498 if (CastWidth < IVWidth) { in widenLoopCompare()
1750 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local
1751 if (CastWidth < IVWidth) { in widenIVUse()