Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxN

3086       SDValue IdxN = getValue(Idx);
3090 IdxN = DAG.getSExtOrTrunc(IdxN, getCurDebugLoc(), N.getValueType());
3097 IdxN = DAG.getNode(ISD::SHL, getCurDebugLoc(),
3098 N.getValueType(), IdxN,
3102 IdxN = DAG.getNode(ISD::MUL, getCurDebugLoc(),
3103 N.getValueType(), IdxN, Scale);
3108 N.getValueType(), N, IdxN);