Searched refs:FoundIndex (Results 1 – 1 of 1) sorted by relevance
5484 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local5490 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()5491 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()5495 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()5501 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()5820 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local5823 if (FoundIndex == e) { in createAddRecFromPHI()5824 FoundIndex = i; in createAddRecFromPHI()5828 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()5832 if (i != FoundIndex) in createAddRecFromPHI()