Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.h101 TypeRange insertTypesInto(TypeRange oldTypes, ArrayRef<unsigned> indices,
H A DFunctionInterfaces.td369 TypeRange newArgTypes = function_interface_impl::insertTypesInto(
371 TypeRange newResultTypes = function_interface_impl::insertTypesInto(
/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionInterfaces.cpp245 TypeRange mlir::function_interface_impl::insertTypesInto( in insertTypesInto() function in mlir::function_interface_impl
H A DBuiltinTypes.cpp170 TypeRange newArgTypes = function_interface_impl::insertTypesInto( in getWithArgsAndResults()
172 TypeRange newResultTypes = function_interface_impl::insertTypesInto( in getWithArgsAndResults()