Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValue.h274 class BlockArgumentImpl : public ValueImpl {
281 BlockArgumentImpl(Type type, Block *owner, int64_t index, Location loc) in BlockArgumentImpl() function
305 return llvm::isa<detail::BlockArgumentImpl>(value.getImpl()); in classof()
322 return new detail::BlockArgumentImpl(type, owner, index, loc); in create()
329 detail::BlockArgumentImpl *getImpl() const { in getImpl()
330 return reinterpret_cast<detail::BlockArgumentImpl *>(impl); in getImpl()
485 return reinterpret_cast<mlir::detail::BlockArgumentImpl *>(pointer);
489 return reinterpret_cast<mlir::detail::BlockArgumentImpl *>(pointer);
524 return reinterpret_cast<mlir::detail::BlockArgumentImpl *>(pointer);