Searched refs:getValuePtr (Results 1 – 5 of 5) sorted by relevance
178 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function184 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function225 static pointer getValuePtr(node_type *N) { in getValuePtr() function226 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function230 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
139 return *Access::getValuePtr(NodePtr);
102 return static_cast<const Type *>(DataPtr->Value->getValuePtr()); in get()156 virtual void *getValuePtr() = 0;166 void *getValuePtr() override { return &Value; } in getValuePtr() function
221 static pointer getValuePtr(node_type *N);222 static const_pointer getValuePtr(const node_type *N);
355 ::mlir::Operation>::type>::getValuePtr(node_type *n) -> pointer { in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type356 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()361 ::mlir::Operation>::type>::getValuePtr(const node_type *n) in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type363 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()