LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > > Struct Template Reference

#include "llvm/ADT/ilist_iterator.h"

Inheritance diagram for llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > >:
Inheritance graph
[legend]

Public Types

using iterator = ilist_iterator_w_bits< OptionsT, false, IsConst >
 
using SimpleType = typename iterator::pointer
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const iterator &Node)
 

Detailed Description

template<class OptionsT, bool IsConst>
struct llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > >

Definition at line 353 of file ilist_iterator.h.

Member Typedef Documentation

◆ iterator

template<class OptionsT , bool IsConst>
using llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > >::iterator = ilist_iterator_w_bits<OptionsT, false, IsConst>

Definition at line 354 of file ilist_iterator.h.

◆ SimpleType

template<class OptionsT , bool IsConst>
using llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > >::SimpleType = typename iterator::pointer

Definition at line 355 of file ilist_iterator.h.

Member Function Documentation

◆ getSimplifiedValue()

template<class OptionsT , bool IsConst>
static SimpleType llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > >::getSimplifiedValue ( const iterator Node)
inlinestatic

Definition at line 357 of file ilist_iterator.h.


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