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 1311 of file ScalarEvolution.h.
|
inline |
Definition at line 1324 of file ScalarEvolution.h.
References I.
|
inline |
Definition at line 1323 of file ScalarEvolution.h.
References I.
|
inline |
Definition at line 1315 of file ScalarEvolution.h.
References addInteger(), I, and llvm_unreachable.
Referenced by addInteger(), and addPointer().
|
inline |
Definition at line 1326 of file ScalarEvolution.h.
References addInteger(), and I.
|
inline |
Definition at line 1331 of file ScalarEvolution.h.
References addInteger(), and Ptr.
|
inline |
Definition at line 1341 of file ScalarEvolution.h.
References llvm::detail::combineHashValue(), and I.
Referenced by llvm::DenseMapInfo< ScalarEvolution::FoldID >::getHashValue().
Definition at line 1347 of file ScalarEvolution.h.