|
LLVM 23.0.0git
|
Provide fast-math flags storage, instructions that support fast-math flags should inherit from this class. More...
#include "llvm/IR/InstrTypes.h"
Protected Attributes | |
| FastMathFlags | FMF |
Friends | |
| class | FPMathOperator |
Provide fast-math flags storage, instructions that support fast-math flags should inherit from this class.
Definition at line 56 of file InstrTypes.h.
|
friend |
Definition at line 57 of file InstrTypes.h.
References FPMathOperator.
Referenced by FPMathOperator.
|
protected |
Definition at line 60 of file InstrTypes.h.
Referenced by llvm::FCmpInst::cloneImpl(), llvm::FPExtInst::cloneImpl(), llvm::FPTruncInst::cloneImpl(), llvm::SelectInst::cloneImpl(), and llvm::CallInst::Create().