Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::PatternMatch::specific_intval64< AllowPoison > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 specific_intval64 (uint64_t V)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

uint64_t Val

Detailed Description

template<bool AllowPoison>
struct llvm::PatternMatch::specific_intval64< AllowPoison >

Definition at line 1056 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_intval64()

template<bool AllowPoison>
llvm::PatternMatch::specific_intval64< AllowPoison >::specific_intval64 ( uint64_t V)
inline

Definition at line 1059 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

template<bool AllowPoison>
template<typename ITy>
bool llvm::PatternMatch::specific_intval64< AllowPoison >::match ( ITy * V) const
inline

Definition at line 1061 of file PatternMatch.h.

References llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Val.

Member Data Documentation

◆ Val

template<bool AllowPoison>
uint64_t llvm::PatternMatch::specific_intval64< AllowPoison >::Val

Definition at line 1057 of file PatternMatch.h.

Referenced by match(), and specific_intval64().


The documentation for this struct was generated from the following file: