#include "llvm/Transforms/Utils/PredicateInfo.h"
|
using | self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, false >::type |
|
using | const_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, true >::type |
|
using | reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, false >::type |
|
using | const_reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, true >::type |
|
Definition at line 81 of file PredicateInfo.h.
◆ PredicateBase() [1/3]
◆ PredicateBase() [2/3]
llvm::PredicateBase::PredicateBase |
( |
| ) |
|
|
delete |
◆ ~PredicateBase()
virtual llvm::PredicateBase::~PredicateBase |
( |
| ) |
|
|
virtualdefault |
◆ PredicateBase() [3/3]
◆ classof()
◆ getConstraint()
Fetch condition in the form of PredicateConstraint, if possible.
Definition at line 776 of file PredicateInfo.cpp.
References Condition, llvm::ConstantInt::getFalse(), llvm::CmpInst::getInversePredicate(), llvm::ConstantInt::getTrue(), llvm::Value::getType(), llvm::CmpInst::ICMP_EQ, llvm_unreachable, llvm::PT_Assume, llvm::PT_Branch, llvm::PT_Switch, and RenamedOp.
◆ operator=()
◆ Condition
Value* llvm::PredicateBase::Condition |
◆ OriginalOp
Value* llvm::PredicateBase::OriginalOp |
◆ RenamedOp
Value* llvm::PredicateBase::RenamedOp |
◆ Type
The documentation for this class was generated from the following files: