LLVM 19.0.0git
Public Member Functions | List of all members
llvm::IRBuilderBase::FastMathFlagGuard Class Reference

#include "llvm/IR/IRBuilder.h"

Public Member Functions

 FastMathFlagGuard (IRBuilderBase &B)
 
 FastMathFlagGuard (const FastMathFlagGuard &)=delete
 
FastMathFlagGuardoperator= (const FastMathFlagGuard &)=delete
 
 ~FastMathFlagGuard ()
 

Detailed Description

Definition at line 391 of file IRBuilder.h.

Constructor & Destructor Documentation

◆ FastMathFlagGuard() [1/2]

llvm::IRBuilderBase::FastMathFlagGuard::FastMathFlagGuard ( IRBuilderBase B)
inline

Definition at line 400 of file IRBuilder.h.

◆ FastMathFlagGuard() [2/2]

llvm::IRBuilderBase::FastMathFlagGuard::FastMathFlagGuard ( const FastMathFlagGuard )
delete

◆ ~FastMathFlagGuard()

llvm::IRBuilderBase::FastMathFlagGuard::~FastMathFlagGuard ( )
inline

Member Function Documentation

◆ operator=()

FastMathFlagGuard & llvm::IRBuilderBase::FastMathFlagGuard::operator= ( const FastMathFlagGuard )
delete

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