Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp153 Type stringType = in TEST() local
156 testSplat(stringType, value); in TEST()
162 Type stringType = in TEST() local
164 Attribute stringAttr = StringAttr::get("test-string", stringType); in TEST()
165 testSplat(stringType, stringAttr); in TEST()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp243 if (auto *stringType = dyn_cast<llvm::StringInit>(getDef())) in getCppType() local
244 return stringType->getValue(); in getCppType()
274 if (auto *stringType = dyn_cast<llvm::StringInit>(getDef())) in getSyntax() local
275 return stringType->getValue(); in getSyntax()