Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp376 static bool indexReallyValid(CompositeType *T, unsigned Idx) { in indexReallyValid() function
404 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType()
419 if (!indexReallyValid(CT, 0)) in advanceToNextLeafType()
448 indexReallyValid(cast<CompositeType>(Next), 0)) { in firstRealType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp357 static bool indexReallyValid(CompositeType *T, unsigned Idx) { in indexReallyValid() function
385 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType()
400 if (!indexReallyValid(CT, 0)) in advanceToNextLeafType()
429 indexReallyValid(cast<CompositeType>(Next), 0)) { in firstRealType()