Home
last modified time | relevance | path

Searched refs:N00VT (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7331 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
7333 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
7334 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
7335 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
7336 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()