LLVM 22.0.0git
llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 CommutativeBinaryIntrinsic_match (const LHS &L, const RHS &R)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

LHS L
RHS R

Detailed Description

template<Intrinsic::ID IntrID, typename LHS, typename RHS>
struct llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >

Definition at line 3087 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ CommutativeBinaryIntrinsic_match()

template<Intrinsic::ID IntrID, typename LHS, typename RHS>
llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::CommutativeBinaryIntrinsic_match ( const LHS & L,
const RHS & R )
inline

Definition at line 3091 of file PatternMatch.h.

References L, LHS, R, and RHS.

Member Function Documentation

◆ match()

template<Intrinsic::ID IntrID, typename LHS, typename RHS>
template<typename OpTy>
bool llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::match ( OpTy * V) const
inline

Definition at line 3093 of file PatternMatch.h.

References llvm::dyn_cast(), II, L, and R.

Member Data Documentation

◆ L

template<Intrinsic::ID IntrID, typename LHS, typename RHS>
LHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::L

Definition at line 3088 of file PatternMatch.h.

Referenced by CommutativeBinaryIntrinsic_match(), and match().

◆ R

template<Intrinsic::ID IntrID, typename LHS, typename RHS>
RHS llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS >::R

Definition at line 3089 of file PatternMatch.h.

Referenced by CommutativeBinaryIntrinsic_match(), and match().


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