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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  915   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
  915   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
  916   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get();
  921   TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
  922                           N->getOperand(2), N->getOperand(3));
  922                           N->getOperand(2), N->getOperand(3));
  927     NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType());
  932   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
  932   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
  934                                 N->getOperand(4)),