LLVM 23.0.0git
llvm::FastMathFlagsStorage Class Reference

Provide fast-math flags storage, instructions that support fast-math flags should inherit from this class. More...

#include "llvm/IR/InstrTypes.h"

Inheritance diagram for llvm::FastMathFlagsStorage:
[legend]

Protected Attributes

FastMathFlags FMF

Friends

class FPMathOperator

Detailed Description

Provide fast-math flags storage, instructions that support fast-math flags should inherit from this class.

Definition at line 56 of file InstrTypes.h.

◆ FPMathOperator

friend class FPMathOperator
friend

Definition at line 57 of file InstrTypes.h.

References FPMathOperator.

Referenced by FPMathOperator.

Member Data Documentation

◆ FMF


The documentation for this class was generated from the following file: