LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::GVNExpression::int_op_inserter Class Reference

#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_inserteroperator= (unsigned int val)
 
int_op_inserteroperator* ()
 
int_op_inserteroperator++ ()
 
int_op_inserteroperator++ (int)
 

Detailed Description

Definition at line 480 of file GVNExpression.h.

Member Typedef Documentation

◆ difference_type

Definition at line 489 of file GVNExpression.h.

◆ iterator_category

Definition at line 487 of file GVNExpression.h.

◆ pointer

Definition at line 490 of file GVNExpression.h.

◆ reference

Definition at line 491 of file GVNExpression.h.

◆ value_type

Definition at line 488 of file GVNExpression.h.

Constructor & Destructor Documentation

◆ int_op_inserter() [1/2]

llvm::GVNExpression::int_op_inserter::int_op_inserter ( AggregateValueExpression E)
inlineexplicit

Definition at line 493 of file GVNExpression.h.

◆ int_op_inserter() [2/2]

llvm::GVNExpression::int_op_inserter::int_op_inserter ( AggregateValueExpression E)
inlineexplicit

Definition at line 494 of file GVNExpression.h.

Member Function Documentation

◆ operator*()

int_op_inserter & llvm::GVNExpression::int_op_inserter::operator* ( )
inline

Definition at line 500 of file GVNExpression.h.

◆ operator++() [1/2]

int_op_inserter & llvm::GVNExpression::int_op_inserter::operator++ ( )
inline

Definition at line 501 of file GVNExpression.h.

◆ operator++() [2/2]

int_op_inserter & llvm::GVNExpression::int_op_inserter::operator++ ( int  )
inline

Definition at line 502 of file GVNExpression.h.

◆ operator=()

int_op_inserter & llvm::GVNExpression::int_op_inserter::operator= ( unsigned int  val)
inline

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