Searched refs:BlockArgumentImpl (Results 1 – 1 of 1) sorted by relevance
274 class BlockArgumentImpl : public ValueImpl {281 BlockArgumentImpl(Type type, Block *owner, int64_t index, Location loc) in BlockArgumentImpl() function305 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);