Searched refs:ExtShVal (Results 1 – 1 of 1) sorted by relevance
2428 SDValue ExtShVal = CurDAG->getNode(Opc, DL, VT, ShVal); in matchIndexRecursively() local2429 SDValue ExtShift = CurDAG->getNode(ISD::SHL, DL, VT, ExtShVal, in matchIndexRecursively()2431 insertDAGNode(*CurDAG, N, ExtShVal); in matchIndexRecursively()2434 Res = ExtShVal; in matchIndexRecursively()