Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcVal

979     SDValue SrcVal = Node->getOperand(2);
980 if (RegisterSDNode *R = dyn_cast<RegisterSDNode>(SrcVal))
983 SrcReg = getVR(SrcVal, VRBaseMap);