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.cpp5518 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
5524 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() local
5856 if (FoundIndex == e) { in createAddRecFromPHI()
5857 FoundIndex = i; in createAddRecFromPHI()
5861 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5865 if (i != FoundIndex) in createAddRecFromPHI()