LLVM 19.0.0git
Public Member Functions | List of all members
llvm::KnownAssumptionString Struct Reference

Helper that allows to insert a new assumption string in the known assumption set by creating a (static) object. More...

#include "llvm/IR/Assumptions.h"

Public Member Functions

 KnownAssumptionString (const char *AssumptionStr)
 
 KnownAssumptionString (StringRef AssumptionStr)
 
 operator StringRef () const
 

Detailed Description

Helper that allows to insert a new assumption string in the known assumption set by creating a (static) object.

Definition at line 36 of file Assumptions.h.

Constructor & Destructor Documentation

◆ KnownAssumptionString() [1/2]

llvm::KnownAssumptionString::KnownAssumptionString ( const char AssumptionStr)
inline

◆ KnownAssumptionString() [2/2]

llvm::KnownAssumptionString::KnownAssumptionString ( StringRef  AssumptionStr)
inline

Member Function Documentation

◆ operator StringRef()

llvm::KnownAssumptionString::operator StringRef ( ) const
inline

Definition at line 45 of file Assumptions.h.


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