Searched refs:SrcOpc (Results 1 – 1 of 1) sorted by relevance
2464 unsigned SrcOpc = Src.getOpcode(); in matchIndexRecursively() local2465 if (((SrcOpc == ISD::ADD && Src->getFlags().hasNoUnsignedWrap()) || in matchIndexRecursively()2497 SDValue ExtAdd = CurDAG->getNode(SrcOpc, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively()