LLVM: llvm::PatternMatch::CommutativeBinaryIntrinsic_match< IntrID, LHS, RHS (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
CommutativeBinaryIntrinsic_match (const LHS &L, const RHS &R)
template
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

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

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: