Searched refs:UnpkOp (Results 1 – 1 of 1) sorted by relevance
18892 SDValue UnpkOp = Src->getOperand(0); in performSVEAndCombine() local18913 EVT EltTy = UnpkOp->getValueType(0).getVectorElementType(); in performSVEAndCombine()18919 auto MaskedLoadOp = dyn_cast<MaskedLoadSDNode>(UnpkOp); in performSVEAndCombine()18932 Dup = DAG.getNode(ISD::SPLAT_VECTOR, DL, UnpkOp->getValueType(0), in performSVEAndCombine()18936 UnpkOp->getValueType(0), UnpkOp, Dup); in performSVEAndCombine()