LLVM 17.0.0git
|
#include "llvm/Analysis/ScalarEvolution.h"
Public Member Functions | |
void | addInteger (unsigned long I) |
void | addInteger (unsigned I) |
void | addInteger (int I) |
void | addInteger (unsigned long long I) |
void | addPointer (const void *Ptr) |
unsigned | computeHash () const |
bool | operator== (const FoldID &RHS) const |
Definition at line 1302 of file ScalarEvolution.h.
|
inline |
Definition at line 1315 of file ScalarEvolution.h.
References I.
|
inline |
Definition at line 1314 of file ScalarEvolution.h.
References I.
|
inline |
Definition at line 1306 of file ScalarEvolution.h.
References addInteger(), I, and llvm_unreachable.
Referenced by addInteger(), and addPointer().
|
inline |
Definition at line 1317 of file ScalarEvolution.h.
References addInteger(), and I.
|
inline |
Definition at line 1322 of file ScalarEvolution.h.
References addInteger(), and Ptr.
|
inline |
Definition at line 1332 of file ScalarEvolution.h.
References llvm::detail::combineHashValue(), and I.
Referenced by llvm::DenseMapInfo< ScalarEvolution::FoldID >::getHashValue().
Definition at line 1338 of file ScalarEvolution.h.