Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5484 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
5490 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() local
5823 if (FoundIndex == e) { in createAddRecFromPHI()
5824 FoundIndex = i; in createAddRecFromPHI()
5828 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5832 if (i != FoundIndex) in createAddRecFromPHI()