Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DValue.h31 class BlockArgumentImpl; variable
252 BlockArgumentImpl(Type type, Block *owner) : type(type), owner(owner) {} in BlockArgumentImpl() function