Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp387 static bool indexReallyValid(Type *T, unsigned Idx) { in indexReallyValid() function
415 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType()
430 if (!indexReallyValid(DeeperType, 0)) in advanceToNextLeafType()