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

Field Documentation

◆ code

tree_code chain_op_t::code

◆ dt

vect_def_type chain_op_t::dt

◆ op

tree chain_op_t::op

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