Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1468 const auto *RegexType = dyn_cast<TypedInit>(Regex); in ParseOperation() local
1469 if (!RegexType) { in ParseOperation()
1474 const auto *SType = dyn_cast<StringRecTy>(RegexType->getType()); in ParseOperation()