Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1476 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local
1477 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1487 if (CastWidth < IVWidth) { in widenLoopCompare()
1739 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local
1740 if (CastWidth < IVWidth) { in widenIVUse()