Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1318 const auto *StrInit = dyn_cast<StringInit>(LHS); in Fold() local
1319 if (!StrInit) in Fold()
1332 Matcher.match(StrInit->getValue())); in Fold()
2828 if (const auto *StrInit = dyn_cast<StringInit>(Value)) { in getPrintType() local
2829 if (StrInit->hasCodeFormat()) in getPrintType()