LLVM API Documentation

Public Member Functions
llvm::User::value_op_iterator Struct Reference

#include <User.h>

Inheritance diagram for llvm::User::value_op_iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::User::value_op_iterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 value_op_iterator (Use *U=nullptr)
Valueoperator* () const
Valueoperator-> () const

Detailed Description

Convenience iterator for directly iterating over the Values in the OperandList

Definition at line 133 of file User.h.


Constructor & Destructor Documentation

llvm::User::value_op_iterator::value_op_iterator ( Use U = nullptr) [inline, explicit]

Definition at line 137 of file User.h.


Member Function Documentation

Value* llvm::User::value_op_iterator::operator* ( ) const [inline]
Value* llvm::User::value_op_iterator::operator-> ( ) const [inline]

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