Home
last modified time | relevance | path

Searched refs:FoundIndex (Results 1 – 3 of 3) 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/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()