reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1769 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 1769 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 1770 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get(); 1771 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); 1776 NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType()); 1781 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, 1782 N->getOperand(2), N->getOperand(3), 1782 N->getOperand(2), N->getOperand(3),