LLVM 20.0.0git
|
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 | |
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.
Definition at line 37 of file Assumptions.h.
References llvm::StringSet< AllocatorTy >::insert(), and llvm::KnownAssumptionStrings.
|
inline |
Definition at line 41 of file Assumptions.h.
References llvm::StringSet< AllocatorTy >::insert(), and llvm::KnownAssumptionStrings.
|
inline |
Definition at line 45 of file Assumptions.h.