llvm::SDPatternMatch::m_SpecificVectorElementVT

Match a vector ValueType.

Synopsis

Declared in <llvm/CodeGen/SDPatternMatch.h>

template<typename Pattern>
auto
m_SpecificVectorElementVT(
    EVT RefVT,
    Pattern const& P);

Parameters

NameDescription
RefVTExtended Value Type. Capable of holding value types which are not native for any processor (such as the i12345 type), as well as the types an MVT can represent.