Searched refs:typesToInsert (Results 1 – 1 of 1) sorted by relevance
33 SmallVector<Type, 4> typesToInsert; in runOnOperation() local39 typesToInsert.push_back(insert[1].cast<TypeAttr>().getValue()); in runOnOperation()48 func.insertArguments(indicesToInsert, typesToInsert, attrsToInsert, in runOnOperation()71 SmallVector<Type, 4> typesToInsert; in runOnOperation() local76 typesToInsert.push_back(insert[1].cast<TypeAttr>().getValue()); in runOnOperation()82 func.insertResults(indicesToInsert, typesToInsert, attrsToInsert); in runOnOperation()