Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h723 detail::OutOfLineOpResult *getOutOfLineOpResult(unsigned resultNumber) { in getOutOfLineOpResult() function
744 return getOutOfLineOpResult(resultNumber - maxInlineResults); in getOpResultImpl()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp93 new (op->getOutOfLineOpResult(i)) in create()