LLVM 22.0.0git
|
#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"
Public Member Functions | |
cst_pred_ty ()=default | |
cst_pred_ty (uint64_t V) | |
bool | match (const SCEV *S) const |
![]() | |
Predicate (std::function< bool(const MachineInstr &)> Pred) | |
bool | operator() (const MachineInstr &MI) const |
Predicate | operator! () const |
Predicate | operator&& (const Predicate &RHS) const |
Predicate | operator|| (const Predicate &RHS) const |
Definition at line 25 of file ScalarEvolutionPatternMatch.h.
|
default |
|
inline |
Definition at line 27 of file ScalarEvolutionPatternMatch.h.
|
inline |
Definition at line 28 of file ScalarEvolutionPatternMatch.h.
References assert(), llvm::CallingConv::C, llvm::SCEV::getType(), and llvm::Type::isVectorTy().