struct specificval_ty
Declaration
struct specificval_ty { /* full declaration omitted */ };
Description
Match a specified Value*.
Declared at: llvm/include/llvm/IR/PatternMatch.h:603
Member Variables
- public const llvm::Value* Val
Method Overview
- public template <typename ITy>bool match(ITy * V)
- public specificval_ty(const llvm::Value * V)
Methods
¶template <typename ITy>
bool match(ITy* V)
template <typename ITy>
bool match(ITy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:608
Templates
- ITy
Parameters
- ITy* V
¶specificval_ty(const llvm::Value* V)
specificval_ty(const llvm::Value* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:606
Parameters
- const llvm::Value* V