LLVM 22.0.0git
|
#include "llvm/Analysis/WithCache.h"
Public Member Functions | |
WithCache (PointerType Pointer) | |
WithCache (PointerType Pointer, const KnownBits &Known) | |
PointerType | getValue () const |
const KnownBits & | getKnownBits (const SimplifyQuery &Q) const |
bool | hasKnownBits () const |
operator PointerType () const | |
PointerType | operator-> () const |
ReferenceType | operator* () const |
Definition at line 28 of file WithCache.h.
|
inline |
Definition at line 53 of file WithCache.h.
|
inline |
Definition at line 54 of file WithCache.h.
|
inline |
Definition at line 59 of file WithCache.h.
References llvm::WithCache< Arg >::hasKnownBits().
Referenced by llvm::haveNoCommonBitsSet().
|
inline |
Definition at line 57 of file WithCache.h.
Referenced by llvm::haveNoCommonBitsSet().
|
inline |
Definition at line 65 of file WithCache.h.
Referenced by llvm::WithCache< Arg >::getKnownBits().
|
inline |
Definition at line 67 of file WithCache.h.
|
inline |
Definition at line 69 of file WithCache.h.
|
inline |
Definition at line 68 of file WithCache.h.