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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4737 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHIWithCastsImpl() local
4743 if (FoundIndex == e) { in createAddRecFromPHIWithCastsImpl()
4744 FoundIndex = i; in createAddRecFromPHIWithCastsImpl()
4748 if (FoundIndex == Add->getNumOperands()) in createAddRecFromPHIWithCastsImpl()
4754 if (i != FoundIndex) in createAddRecFromPHIWithCastsImpl()
5064 unsigned FoundIndex = Add->getNumOperands(); in createAddRecFromPHI() local
5067 if (FoundIndex == e) { in createAddRecFromPHI()
5068 FoundIndex = i; in createAddRecFromPHI()
5072 if (FoundIndex != Add->getNumOperands()) { in createAddRecFromPHI()
5076 if (i != FoundIndex) in createAddRecFromPHI()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3017 unsigned FoundIndex = Add->getNumOperands(); in createNodeForPHI() local
3020 if (FoundIndex == e) { in createNodeForPHI()
3021 FoundIndex = i; in createNodeForPHI()
3025 if (FoundIndex != Add->getNumOperands()) { in createNodeForPHI()
3029 if (i != FoundIndex) in createNodeForPHI()
/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()