HomeSort by relevance Sort by last modified time
    Searched refs:indexReallyValid (Results 1 - 2 of 2) sorted by null

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

Completed in 117 milliseconds