Searched refs:PhiWidth (Results 1 – 1 of 1) sorted by relevance
1749 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local1750 if (PhiWidth < BCWidth || in FindLoopCounter()1751 !L->getHeader()->getModule()->getDataLayout().isLegalInteger(PhiWidth)) in FindLoopCounter()1792 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()