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

References

include/llvm/IR/Operator.h
  204   bool allowReassoc() const    { return 0 != (Flags & AllowReassoc); }
  216     Flags = (Flags & ~AllowReassoc) | B * AllowReassoc;
  216     Flags = (Flags & ~AllowReassoc) | B * AllowReassoc;
  262     (SubclassOptionalData & ~FastMathFlags::AllowReassoc) |
  263     (B * FastMathFlags::AllowReassoc);
  317     return ((SubclassOptionalData & FastMathFlags::AllowReassoc) != 0 &&
  328     return (SubclassOptionalData & FastMathFlags::AllowReassoc) != 0;