LLVM
8.0.1
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
Static Public Member Functions | |
static bool | classof (const PredicateBase *PB) |
Public Attributes | |
Value * | Condition |
Public Attributes inherited from llvm::PredicateBase | |
PredicateType | Type |
Value * | OriginalOp |
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 | |
Definition at line 116 of file PredicateInfo.h.
|
inlineprotected |
Definition at line 125 of file PredicateInfo.h.
|
inlinestatic |
Definition at line 119 of file PredicateInfo.h.
References llvm::PT_Assume, llvm::PT_Branch, llvm::PT_Switch, and llvm::PredicateBase::Type.
Value* llvm::PredicateWithCondition::Condition |
Definition at line 118 of file PredicateInfo.h.