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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp898 static bool testSubClass(const CodeGenRegisterClass *A, function
960 if (!testSubClass(&RC, &SubRC))
968 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2)

Completed in 105 milliseconds