YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
A division node. More...
#include <yc_node_api.hpp>
Additional Inherited Members | |
Public Member Functions inherited from yask::yc_binary_number_node | |
virtual yc_number_node_ptr | get_lhs ()=0 |
Get the left-hand-side operand. | |
virtual yc_number_node_ptr | get_rhs ()=0 |
Get the right-hand-side operand. | |
Public Member Functions inherited from yask::yc_number_node | |
virtual yc_number_node_ptr | clone_ast () const =0 |
Create a deep copy of AST starting with this node. | |
Public Member Functions inherited from yask::yc_expr_node | |
virtual std::string | format_simple () const =0 |
Create a simple human-readable string. | |
virtual int | get_num_nodes () const =0 |
Count the size of the AST. | |
A division node.
Created via yc_node_factory::new_divide_node().