Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/mlir/lib/IR/
H A DBlock.cpp160 BlockArgument Block::insertArgument(unsigned index, Type type, Location loc) { in insertArgument() function in Block
175 BlockArgument Block::insertArgument(args_iterator it, Type type, Location loc) { in insertArgument() function in Block