Lines Matching refs:IdxN
3378 SDValue IdxN = getValue(Idx);
3382 IdxN = DAG.getSExtOrTrunc(IdxN, getCurSDLoc(), N.getValueType());
3389 IdxN = DAG.getNode(ISD::SHL, getCurSDLoc(),
3390 N.getValueType(), IdxN,
3391 DAG.getConstant(Amt, IdxN.getValueType()));
3393 SDValue Scale = DAG.getConstant(ElementSize, IdxN.getValueType());
3394 IdxN = DAG.getNode(ISD::MUL, getCurSDLoc(),
3395 N.getValueType(), IdxN, Scale);
3400 N.getValueType(), N, IdxN);