LLVM 22.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 37 of file Assumptions.h.
Definition at line 38 of file Assumptions.h.
References llvm::getKnownAssumptionStrings(), and llvm::StringSet< AllocatorTy >::insert().
|
inline |
Definition at line 42 of file Assumptions.h.
References llvm::getKnownAssumptionStrings(), and llvm::StringSet< AllocatorTy >::insert().
|
inline |
Definition at line 46 of file Assumptions.h.