struct specific_intval
Declaration
struct specific_intval { /* full declaration omitted */ };
Description
Match a specified integer value or vector of all elements of that value.
Declared at: llvm/include/llvm/IR/PatternMatch.h:672
Member Variables
- public llvm::APInt Val
Method Overview
- public template <typename ITy>bool match(ITy * V)
- public specific_intval(llvm::APInt V)
Methods
¶template <typename ITy>
bool match(ITy* V)
template <typename ITy>
bool match(ITy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:677
Templates
- ITy
Parameters
- ITy* V
¶specific_intval(llvm::APInt V)
specific_intval(llvm::APInt V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:675