Searched refs:StrInit (Results 1 – 1 of 1) sorted by relevance
1318 const auto *StrInit = dyn_cast<StringInit>(LHS); in Fold() local1319 if (!StrInit) in Fold()1332 Matcher.match(StrInit->getValue())); in Fold()2828 if (const auto *StrInit = dyn_cast<StringInit>(Value)) { in getPrintType() local2829 if (StrInit->hasCodeFormat()) in getPrintType()