Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h89 ConstantAttr getAsConstantAttr() const;
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp67 ConstantAttr DagLeaf::getAsConstantAttr() const { in getAsConstantAttr() function in DagLeaf
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp880 auto constAttr = leaf.getAsConstantAttr(); in handleOpArgument()