Home
last modified time | relevance | path

Searched defs:newArgTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp75 auto newArgTypes = llvm::to_vector<6>( updateFuncOp() local
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp181 return clone(newArgTypes, newResultTypes); in getWithArgsAndResults() local
193 TypeRange newArgTypes = filterTypesOut(getInputs(), argIndices, argStorage); getWithoutArgsAndResults() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp133 SmallVector<Type> newArgTypes = makeRegionIsolatedFromAbove() local