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

References

include/llvm/CodeGen/SelectionDAGNodes.h
  389     setNoNaNs(FPMO.hasNoNaNs());
  390     setNoInfs(FPMO.hasNoInfs());
  391     setNoSignedZeros(FPMO.hasNoSignedZeros());
  392     setAllowReciprocal(FPMO.hasAllowReciprocal());
  393     setAllowContract(FPMO.hasAllowContract());
  394     setApproximateFuncs(FPMO.hasApproxFunc());
  395     setAllowReassociation(FPMO.hasAllowReassoc());