Searched refs:FoundIndex (Results 1 – 1 of 1) sorted by relevance
5518 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local5524 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()5525 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()5529 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()5535 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()5853 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local5856 if (FoundIndex == e) { in createAddRecFromPHI()5857 FoundIndex = i; in createAddRecFromPHI()5861 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()5865 if (i != FoundIndex) in createAddRecFromPHI()