struct Argument_match
Declaration
template <typename Opnd_t>
struct Argument_match { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/PatternMatch.h:1698
Templates
- Opnd_t
Member Variables
- public unsigned int OpI
- public Opnd_t Val
Method Overview
- public Argument_match<Opnd_t>(unsigned int OpIdx, const Opnd_t & V)
- public template <typename OpTy>bool match(OpTy * V)
Methods
¶Argument_match<Opnd_t>(unsigned int OpIdx,
const Opnd_t& V)
Argument_match<Opnd_t>(unsigned int OpIdx,
const Opnd_t& V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1702
Parameters
- unsigned int OpIdx
- const Opnd_t& V
¶template <typename OpTy>
bool match(OpTy* V)
template <typename OpTy>
bool match(OpTy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1704
Templates
- OpTy
Parameters
- OpTy* V