Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp189 unsigned maxInline = OpResultImpl::getMaxInlineResults(); in getNumTrailing() local
190 return numResults <= maxInline ? 0 : numResults - maxInline; in getNumTrailing()