Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1749 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local
1750 if (PhiWidth < BCWidth || in FindLoopCounter()
1751 !L->getHeader()->getModule()->getDataLayout().isLegalInteger(PhiWidth)) in FindLoopCounter()
1792 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()