FLANG
|
Matches evaluate::Expr<T> that contains evaluate::Opreration<OpType>. More...
#include <flang/Evaluate/match.h>
Public Types | |
using | MatchType = OpType |
![]() | |
using | MatchType = llvm::remove_cvref_t< OpType > |
Public Member Functions | |
OperationPattern (const Ops &...ops, llvm::type_identity< OpType >={}) | |
template<typename T > | |
bool | match (const evaluate::Expr< T > &input) const |
template<typename U > | |
bool | match (const U &input) const |
![]() | |
bool | match (const U &input) const |
Additional Inherited Members | |
![]() | |
const MatchType * | ref |
Matches evaluate::Expr<T> that contains evaluate::Opreration<OpType>.