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

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

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

Static Public Member Functions

static bool classof (const PredicateBase *PB)
 

Public Attributes

ValueCondition
 
- Public Attributes inherited from llvm::PredicateBase
PredicateType Type
 
ValueOriginalOp
 

Protected Member Functions

 PredicateWithCondition (PredicateType PT, Value *Op, Value *Condition)
 
- Protected Member Functions inherited from llvm::PredicateBase
 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

- Public Member Functions inherited from llvm::PredicateBase
 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...
 
- 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 116 of file PredicateInfo.h.

Constructor & Destructor Documentation

◆ PredicateWithCondition()

llvm::PredicateWithCondition::PredicateWithCondition ( PredicateType  PT,
Value Op,
Value Condition 
)
inlineprotected

Definition at line 125 of file PredicateInfo.h.

Member Function Documentation

◆ classof()

static bool llvm::PredicateWithCondition::classof ( const PredicateBase PB)
inlinestatic

Member Data Documentation

◆ Condition

Value* llvm::PredicateWithCondition::Condition

Definition at line 118 of file PredicateInfo.h.


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