Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h522 void append(RangeT &&newAttributes) { in append() argument
523 append(std::begin(newAttributes), std::end(newAttributes)); in append()
675 void addAttributes(ArrayRef<NamedAttribute> newAttributes) { in addAttributes()
676 attributes.append(newAttributes); in addAttributes()