Searched refs:FoundIndex (Results 1 – 1 of 1) sorted by relevance
4828 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local4834 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()4835 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()4839 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()4845 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()5155 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local5158 if (FoundIndex == e) { in createAddRecFromPHI()5159 FoundIndex = i; in createAddRecFromPHI()5163 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()5167 if (i != FoundIndex) in createAddRecFromPHI()