reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
971 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 971 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); 972 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get(); 977 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), 978 N->getOperand(0), N->getOperand(1)); 978 N->getOperand(0), N->getOperand(1)); 983 NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType()); 988 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, 989 N->getOperand(2), N->getOperand(3), 989 N->getOperand(2), N->getOperand(3),