Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp421 static bool indexReallyValid(Type *T, unsigned Idx) { in indexReallyValid() function
449 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType()
464 if (!indexReallyValid(DeeperType, 0)) in advanceToNextLeafType()