Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp371 OpAsmParser::UnresolvedOperand copyOperand; in parse() local
373 if (parser.parseLParen() || parser.parseOperand(copyOperand) || in parse()
388 if (parser.resolveOperand(copyOperand, type, result.operands)) in parse()