reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1787 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 1787 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 1788 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(2))->get(); 1789 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); 1793 assert(NewLHS.getValueType() == N->getValueType(0) && 1799 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,