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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp399 static bool indexReallyValid(Type *T, unsigned Idx) { function
427 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) {
442 if (!indexReallyValid(DeeperType, 0))

Completed in 102 milliseconds