llvm::PatternMatch::ContainsMatchingVectorElement_match

Matcher for a vector constant with at least one matching element.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename SPTy>
struct ContainsMatchingVectorElement_match;

Member Functions

NameDescription
ContainsMatchingVectorElement_match [constructor]Construct a matcher wrapping SP.
match Match if any fixed-vector element of V matches the nested pattern.

Data Members

NameDescription
SubPattern Nested pattern matched against vector elements.

Non-Member Functions

NameDescription
m_ContainsMatchingVectorElementMatch a vector constant with an element matching SubPattern.