LLVM  8.0.1
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
llvm::PredicateBase Class Reference

#include "llvm/Transforms/Utils/PredicateInfo.h"

Inheritance diagram for llvm::PredicateBase:
Inheritance graph
[legend]
Collaboration diagram for llvm::PredicateBase:
Collaboration graph
[legend]

Public Member Functions

 PredicateBase (const PredicateBase &)=delete
 
PredicateBaseoperator= (const PredicateBase &)=delete
 
 PredicateBase ()=delete
 
virtual ~PredicateBase ()=default
 
- Public Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< PredicateBase, Options... >::type >
self_iterator getIterator ()
 
const_self_iterator getIterator () const
 
reverse_self_iterator getReverseIterator ()
 
const_reverse_self_iterator getReverseIterator () const
 
bool isSentinel () const
 Check whether this is the sentinel node. More...
 

Public Attributes

PredicateType Type
 
ValueOriginalOp
 

Protected Member Functions

 PredicateBase (PredicateType PT, Value *Op)
 
- Protected Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< PredicateBase, Options... >::type >
 ilist_node_impl ()=default
 

Additional Inherited Members

- Protected Types inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< PredicateBase, Options... >::type >
using self_iterator = ilist_iterator< ilist_detail::compute_node_options< PredicateBase, Options... >::type, false, false >
 
using const_self_iterator = ilist_iterator< ilist_detail::compute_node_options< PredicateBase, Options... >::type, false, true >
 
using reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< PredicateBase, Options... >::type, true, false >
 
using const_reverse_self_iterator = ilist_iterator< ilist_detail::compute_node_options< PredicateBase, Options... >::type, true, true >
 

Detailed Description

Definition at line 100 of file PredicateInfo.h.

Constructor & Destructor Documentation

◆ PredicateBase() [1/3]

llvm::PredicateBase::PredicateBase ( const PredicateBase )
delete

◆ PredicateBase() [2/3]

llvm::PredicateBase::PredicateBase ( )
delete

◆ ~PredicateBase()

virtual llvm::PredicateBase::~PredicateBase ( )
virtualdefault

◆ PredicateBase() [3/3]

llvm::PredicateBase::PredicateBase ( PredicateType  PT,
Value Op 
)
inlineprotected

Definition at line 113 of file PredicateInfo.h.

Member Function Documentation

◆ operator=()

PredicateBase& llvm::PredicateBase::operator= ( const PredicateBase )
delete

Member Data Documentation

◆ OriginalOp

Value* llvm::PredicateBase::OriginalOp

Definition at line 106 of file PredicateInfo.h.

◆ Type

PredicateType llvm::PredicateBase::Type

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