Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestFunc.cpp33 SmallVector<Type, 4> typesToInsert; in runOnOperation() local
39 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() local
76 typesToInsert.push_back(insert[1].cast<TypeAttr>().getValue()); in runOnOperation()
82 func.insertResults(indicesToInsert, typesToInsert, attrsToInsert); in runOnOperation()