Home
last modified time | relevance | path

Searched refs:FoundIndex (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4828 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
4834 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() local
5158 if (FoundIndex == e) { in createAddRecFromPHI()
5159 FoundIndex = i; in createAddRecFromPHI()
5163 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5167 if (i != FoundIndex) in createAddRecFromPHI()