Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5324 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
5330 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() local
5656 if (FoundIndex == e) { in createAddRecFromPHI()
5657 FoundIndex = i; in createAddRecFromPHI()
5661 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5665 if (i != FoundIndex) in createAddRecFromPHI()