struct IntrinsicID_match
Declaration
struct IntrinsicID_match { /* full declaration omitted */ };
Description
Intrinsic matchers.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1719
Member Variables
- public unsigned int ID
Method Overview
- public IntrinsicID_match(Intrinsic::ID IntrID)
- public template <typename OpTy>bool match(OpTy * V)
Methods
¶IntrinsicID_match(Intrinsic::ID IntrID)
IntrinsicID_match(Intrinsic::ID IntrID)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1722
Parameters
- Intrinsic::ID IntrID
¶template <typename OpTy>
bool match(OpTy* V)
template <typename OpTy>
bool match(OpTy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1724
Templates
- OpTy
Parameters
- OpTy* V