Home
last modified time | relevance | path

Searched defs:insertArgument (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DRegion.h105 BlockArgument insertArgument(args_iterator it, Type type, Location loc) { in insertArgument() function
116 BlockArgument insertArgument(unsigned index, Type type, Location loc) { in insertArgument() function
/llvm-project/mlir/lib/IR/
H A DBlock.cpp171 BlockArgument Block::insertArgument(unsigned index, Type type, Location loc) { insertArgument() function in Block
186 BlockArgument Block::insertArgument(args_iterator it, Type type, Location loc) { insertArgument() function in Block