Searched defs:getValuePtr (Results 1 – 6 of 6) sorted by relevance
177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function183 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function224 static pointer getValuePtr(node_type *N) { in getValuePtr() function228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
172 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function177 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function213 static pointer getValuePtr(node_type *N) { in getValuePtr() function216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
168 void *getValuePtr() override { return &Value; } in getValuePtr() function
428 ::mlir::Operation>::type>::getValuePtr(node_type *N) -> pointer { in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type434 ::mlir::Operation>::type>::getValuePtr(const node_type *N) in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
80 const Scalar* getValuePtr (void) const { return m_value; } in getValuePtr() function in rsg::StridedValueRead