LLVM 22.0.0git
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 431 of file IRBuilder.h.

Constructor & Destructor Documentation

◆ FastMathFlagGuard() [1/2]

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

◆ FastMathFlagGuard() [2/2]

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

References FastMathFlagGuard().

◆ ~FastMathFlagGuard()

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

Definition at line 449 of file IRBuilder.h.

Member Function Documentation

◆ operator=()

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

References FastMathFlagGuard().


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