LLVM
8.0.1
|
Typed iterator through MDNode operands. More...
#include "llvm/IR/Metadata.h"
Public Member Functions | |
TypedMDOperandIterator ()=default | |
TypedMDOperandIterator (MDNode::op_iterator I) | |
T * | operator* () const |
TypedMDOperandIterator & | operator++ () |
TypedMDOperandIterator | operator++ (int) |
bool | operator== (const TypedMDOperandIterator &X) const |
bool | operator!= (const TypedMDOperandIterator &X) const |
Typed iterator through MDNode operands.
An iterator that transforms an MDNode::iterator into an iterator over a particular Metadata subclass.
Definition at line 1192 of file Metadata.h.
|
default |
|
inlineexplicit |
Definition at line 1199 of file Metadata.h.
|
inline |
Definition at line 1215 of file Metadata.h.
|
inline |
Definition at line 1201 of file Metadata.h.
|
inline |
Definition at line 1203 of file Metadata.h.
References I.
|
inline |
Definition at line 1208 of file Metadata.h.
References I.
|
inline |
Definition at line 1214 of file Metadata.h.