Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:srcval

851     SDValue SrcVal = Node->getOperand(2);
852 if (RegisterSDNode *R = dyn_cast<RegisterSDNode>(SrcVal))
855 SrcReg = getVR(SrcVal, VRBaseMap);