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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
11990   if ((Options.NoNaNsFPMath || Flags.hasNoNaNs()) && AllowNewConst) {
12130     if (Options.NoNaNsFPMath || Flags.hasNoNaNs())
12220       (Flags.hasNoNaNs() && Flags.hasNoSignedZeros())) {
12271   if (Flags.hasNoNaNs() && Flags.hasNoSignedZeros() &&
12731     if (!Flags.hasNoSignedZeros() || !Flags.hasNoInfs() || !Flags.hasNoNaNs() ||
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  861     if (Flags.hasNoNaNs())
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2119   bool NoNaN = N->getFlags().hasNoNaNs();
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 3982   if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs())
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  520   if (getFlags().hasNoNaNs())
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 6129     if (!Node->getFlags().hasNoNaNs()) {
 6147   if (Node->getFlags().hasNoNaNs()) {
 7317   bool NoNaN = Node->getFlags().hasNoNaNs();
lib/Target/AArch64/AArch64ISelLowering.cpp
 8232     assert(Op->getFlags().hasNoNaNs() && "fmax vector reduction needs NoNaN flag");
 8239     assert(Op->getFlags().hasNoNaNs() && "fmin vector reduction needs NoNaN flag");
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  512     return N->getFlags().hasNoNaNs();
lib/Target/X86/X86ISelLowering.cpp
41932   if (DAG.getTarget().Options.NoNaNsFPMath || N->getFlags().hasNoNaNs())