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