LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/GVNExpression.h"
Public Types | |
using | iterator_category = std::output_iterator_tag |
using | value_type = void |
using | difference_type = void |
using | pointer = void |
using | reference = void |
Public Member Functions | |
int_op_inserter (AggregateValueExpression &E) | |
int_op_inserter (AggregateValueExpression *E) | |
int_op_inserter & | operator= (unsigned int val) |
int_op_inserter & | operator* () |
int_op_inserter & | operator++ () |
int_op_inserter & | operator++ (int) |
Definition at line 480 of file GVNExpression.h.
Definition at line 489 of file GVNExpression.h.
using llvm::GVNExpression::int_op_inserter::iterator_category = std::output_iterator_tag |
Definition at line 487 of file GVNExpression.h.
using llvm::GVNExpression::int_op_inserter::pointer = void |
Definition at line 490 of file GVNExpression.h.
using llvm::GVNExpression::int_op_inserter::reference = void |
Definition at line 491 of file GVNExpression.h.
using llvm::GVNExpression::int_op_inserter::value_type = void |
Definition at line 488 of file GVNExpression.h.
|
inlineexplicit |
Definition at line 493 of file GVNExpression.h.
|
inlineexplicit |
Definition at line 494 of file GVNExpression.h.
|
inline |
Definition at line 500 of file GVNExpression.h.
|
inline |
Definition at line 501 of file GVNExpression.h.
|
inline |
Definition at line 502 of file GVNExpression.h.
|
inline |
Definition at line 496 of file GVNExpression.h.
References llvm::GVNExpression::AggregateValueExpression::int_op_push_back().