struct match_combine_and
Declaration
template <typename LTy, typename RTy>
struct match_combine_and { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/PatternMatch.h:202
Templates
- LTy
- RTy
Member Variables
- public LTy L
- public RTy R
Method Overview
- public template <typename ITy>bool match(ITy * V)
- public match_combine_and<LTy, RTy>(const LTy & Left, const RTy & Right)
Methods
¶template <typename ITy>
bool match(ITy* V)
template <typename ITy>
bool match(ITy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:208
Templates
- ITy
Parameters
- ITy* V
¶match_combine_and<LTy, RTy>(const LTy& Left,
const RTy& Right)
match_combine_and<LTy, RTy>(const LTy& Left,
const RTy& Right)
Declared at: llvm/include/llvm/IR/PatternMatch.h:206
Parameters
- const LTy& Left
- const RTy& Right