|
LLVM 23.0.0git
|
#include "llvm/Analysis/ScalarEvolution.h"
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PointerIntPair< const SCEV *, 2 > | |
| static PointerIntPair | getFromOpaqueValue (void *V) |
Definition at line 71 of file ScalarEvolution.h.
|
inline |
Definition at line 72 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::PointerIntPair(), and llvm::PointerIntPair< const SCEV *, 2 >::setFromOpaqueValue().
Referenced by operator==().
Definition at line 73 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::PointerIntPair(), and llvm::PointerIntPair< const SCEV *, 2 >::setFromOpaqueValue().
Definition at line 76 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::PointerIntPair().
| LLVM_DUMP_METHOD void SCEVUse::dump | ( | ) | const |
This method is used for debugging.
Definition at line 262 of file ScalarEvolution.cpp.
References llvm::dbgs(), LLVM_DUMP_METHOD, and print().
|
inline |
Definition at line 83 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::getInt().
|
inline |
Definition at line 81 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::getOpaqueValue().
Referenced by operator==(), and operator==().
Definition at line 78 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::getPointer().
Definition at line 79 of file ScalarEvolution.h.
References llvm::PointerIntPair< const SCEV *, 2 >::getPointer().
Definition at line 89 of file ScalarEvolution.h.
References getRawPointer(), and RHS.
Definition at line 85 of file ScalarEvolution.h.
References getRawPointer(), RHS, and SCEVUse().
| void SCEVUse::print | ( | raw_ostream & | OS | ) | const |
Print out the internal representation of this scalar to the specified stream.
This should really only be used for debugging purposes.
Definition at line 268 of file ScalarEvolution.cpp.
References llvm::SCEV::FlagNSW, llvm::SCEV::FlagNUW, llvm::PointerIntPair< const SCEV *, 2 >::getInt(), llvm::PointerIntPair< const SCEV *, 2 >::getPointer(), and llvm::SCEV::print().
Referenced by dump().