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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  752   SDValue LHS = GetSoftenedFloat(N->getOperand(1));
  753   SDValue RHS = GetSoftenedFloat(N->getOperand(2));
  754   return DAG.getSelect(SDLoc(N),
  755                        LHS.getValueType(), N->getOperand(0), LHS, RHS);