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

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp373 static bool indexReallyValid(CompositeType *T, unsigned Idx) { function
401 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) {
416 if (!indexReallyValid(CT, 0))
445 indexReallyValid(cast<CompositeType>(Next), 0)) {

Completed in 28 milliseconds