Match a vector ValueType.
Declared in <llvm/CodeGen/SDPatternMatch.h>
template<typename Pattern>
auto
m_SpecificVectorElementVT(
EVT RefVT,
Pattern const& P);
| Name | Description |
|---|---|
| RefVT | Extended 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. |