GCC Middle and Back End API Reference
chain_op_t Struct Reference

Public Member Functions

 chain_op_t (tree_code code_, vect_def_type dt_, tree op_)
 

Data Fields

tree_code code
 
vect_def_type dt
 
tree op
 

Detailed Description

??? This was std::pair<std::pair<tree_code, vect_def_type>, tree> but then vec::insert does memmove and that's not compatible with std::pair.

Constructor & Destructor Documentation

◆ chain_op_t()

chain_op_t::chain_op_t ( tree_code code_,
vect_def_type dt_,
tree op_ )
inline

References code, dt, and op.

Field Documentation

◆ code

tree_code chain_op_t::code

Referenced by chain_op_t().

◆ dt

vect_def_type chain_op_t::dt

Referenced by chain_op_t().

◆ op

tree chain_op_t::op

Referenced by chain_op_t().


The documentation for this struct was generated from the following file: