Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionInterfaces.cpp246 TypeRange oldTypes, ArrayRef<unsigned> indices, TypeRange newTypes, in insertTypesInto() argument
251 return oldTypes; in insertTypesInto()
253 auto fromIt = oldTypes.begin(); in insertTypesInto()
255 const auto toIt = oldTypes.begin() + std::get<0>(it); in insertTypesInto()
260 storage.append(fromIt, oldTypes.end()); in insertTypesInto()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.h101 TypeRange insertTypesInto(TypeRange oldTypes, ArrayRef<unsigned> indices,