reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1709   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
 1709   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
 1710   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get();
 1711   FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
 1716     NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType());
 1721   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
 1721   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
 1723                                 N->getOperand(4)), 0);