Home | History | Annotate | Download | only in AArch64

Lines Matching refs:RHSTy

7955   MVT RHSTy = RHS.getValueType().getSimpleVT();
7957 if (!RHSTy.isVector())
7962 MVT ConcatTy = MVT::getVectorVT(RHSTy.getVectorElementType(),
7963 RHSTy.getVectorNumElements() * 2);
7966 DAG.getNode(ISD::BITCAST, dl, RHSTy, N0),