Home | History | Annotate | Download | only in AArch64

Lines Matching refs:RHSTy

6682   MVT RHSTy = RHS.getValueType().getSimpleVT();
6684 if (!RHSTy.isVector())
6689 MVT ConcatTy = MVT::getVectorVT(RHSTy.getVectorElementType(),
6690 RHSTy.getVectorNumElements() * 2);
6694 DAG.getNode(ISD::BITCAST, dl, RHSTy, N->getOperand(0)), RHS));