Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1623 unsigned CastWidth = SE->getTypeSizeInBits(Op->getType()); in widenLoopCompare() local
1625 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1631 if (CastWidth < IVWidth) { in widenLoopCompare()
1885 unsigned CastWidth = SE->getTypeSizeInBits(DU.NarrowUse->getType()); in widenIVUse() local
1887 if (CastWidth < IVWidth) { in widenIVUse()