Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DValue.cpp203 unsigned maxInline = getMaxInlineResults(); in getNumTrailing() local
204 return numResults <= maxInline ? 0 : numResults - maxInline; in getNumTrailing()