Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DFoundIndex.java28 public class FoundIndex extends RuntimeException class
36 public FoundIndex(){} in FoundIndex() method in FoundIndex
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4741 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
4747 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()
4748 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()
4752 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()
4758 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()
5068 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local
5071 if (FoundIndex == e) { in createAddRecFromPHI()
5072 FoundIndex = i; in createAddRecFromPHI()
5076 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5080 if (i != FoundIndex) in createAddRecFromPHI()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4806 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
4812 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()
4813 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()
4817 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()
4823 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()
5133 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local
5136 if (FoundIndex == e) { in createAddRecFromPHI()
5137 FoundIndex = i; in createAddRecFromPHI()
5141 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5145 if (i != FoundIndex) in createAddRecFromPHI()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3959 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local
3962 if (FoundIndex == e) { in createAddRecFromPHI()
3963 FoundIndex = i; in createAddRecFromPHI()
3967 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
3971 if (i != FoundIndex) in createAddRecFromPHI()