LLVM
8.0.1
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
Static Public Member Functions | |
static bool | classof (const PredicateBase *PB) |
Public Attributes | |
Value * | Condition |
![]() | |
PredicateType | Type |
Value * | OriginalOp |
Protected Member Functions | |
PredicateWithCondition (PredicateType PT, Value *Op, Value *Condition) | |
![]() | |
PredicateBase (PredicateType PT, Value *Op) | |
![]() | |
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.