Searched refs:FoundIndex (Results 1 – 1 of 1) sorted by relevance
5324 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local5330 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()5331 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()5335 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()5341 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()5653 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local5656 if (FoundIndex == e) { in createAddRecFromPHI()5657 FoundIndex = i; in createAddRecFromPHI()5661 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()5665 if (i != FoundIndex) in createAddRecFromPHI()