Home
last modified time | relevance | path

Searched defs:numInlineResults (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DOperation.h969 prefixAllocSize(unsigned numOutOfLineResults,unsigned numInlineResults) prefixAllocSize() argument
977 unsigned numInlineResults = OpResult::getNumInline(numResults); prefixAllocSize() local
/llvm-project/mlir/lib/IR/
H A DOperation.cpp92 unsigned numInlineResults = OpResult::getNumInline(resultTypes.size()); in create() local