Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DBuilder.cpp22 if (const auto *stringInit = dyn_cast<llvm::StringInit>(def)) in getCppType() local
23 return stringInit->getValue(); in getCppType()