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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12452   if (!UnsafeMath && !Flags.hasAllowReciprocal())
12483       if (UnsafeMath || U->getFlags().hasAllowReciprocal())
12538   if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) {
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  858     if (Flags.hasAllowReciprocal())
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  529   if (getFlags().hasAllowReciprocal())
lib/Target/AMDGPU/SIISelLowering.cpp
 7523   bool Unsafe = DAG.getTarget().Options.UnsafeFPMath || Flags.hasAllowReciprocal();