#include <ScalarEvolution.h>
Classes | |
| struct | BackedgeTakenInfo |
| class | SCEVCallbackVH |
Public Member Functions | |
| LLVMContext & | getContext () const |
| bool | isSCEVable (const Type *Ty) const |
| uint64_t | getTypeSizeInBits (const Type *Ty) const |
| const Type * | getEffectiveSCEVType (const Type *Ty) const |
| const SCEV * | getSCEV (Value *V) |
| const SCEV * | getConstant (ConstantInt *V) |
| const SCEV * | getConstant (const APInt &Val) |
| const SCEV * | getConstant (const Type *Ty, uint64_t V, bool isSigned=false) |
| const SCEV | |