Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h69 bool isConstBuildable() const;
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp90 bool Attribute::isConstBuildable() const { in isConstBuildable() function in Attribute
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp221 if (!attr.isConstBuildable()) in handleConstantAttr()