Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp139 SmallVector<APInt> intOutputValues; in matchAndRewrite() local
144 intOutputValues.resize(numElements); in matchAndRewrite()
249 intOutputValues[dstLinearIndex] = *computeFn(computeFnInputs).apInt; in matchAndRewrite()
255 : DenseElementsAttr::get(outputType, intOutputValues); in matchAndRewrite()