Searched refs:PhiWidth (Results 1 – 2 of 2) sorted by relevance
1773 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local1774 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()1815 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
2059 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter() local2060 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()2101 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()