Searched refs:getResultAttrs (Results 1 – 4 of 4) sorted by relevance
70 inline ArrayRef<NamedAttribute> getResultAttrs(Operation *op, unsigned index) { in getResultAttrs() function362 ArrayRef<NamedAttribute> getResultAttrs(unsigned index) { in getResultAttrs() function363 return ::mlir::impl::getResultAttrs(this->getOperation(), index); in getResultAttrs()498 for (auto attr : funcOp.getResultAttrs(i)) { in verifyTrait()
45 func.getResultAttrs(erasedResultIndices[i])); in updateFuncOp()
278 resultAttrs.push_back(::mlir::impl::getResultAttrs(op, i)); in printFunctionSignature()
278 function.getResultAttrs(index); in GetReturnNode()