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

#include <IRBuilder.h>

Public Member Functions

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

Detailed Description

Definition at line 250 of file IRBuilder.h.

Constructor & Destructor Documentation

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

Definition at line 256 of file IRBuilder.h.

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

Definition at line 262 of file IRBuilder.h.

References llvm::IRBuilderBase::DefaultFPMathTag, and llvm::IRBuilderBase::FMF.

Member Function Documentation

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

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