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