LLVM API Documentation
| classof(const SCEVAddRecExpr *S) | llvm::SCEVAddRecExpr | [inline, static] |
| classof(const SCEV *S) | llvm::SCEVAddRecExpr | [inline, static] |
| dump() const | llvm::SCEV | |
| evaluateAtIteration(SCEVHandle It) const | llvm::SCEVAddRecExpr | |
| get(const SCEVHandle &Start, const SCEVHandle &Step, const Loop *) | llvm::SCEVAddRecExpr | [static] |
| get(std::vector< SCEVHandle > &Operands, const Loop *) | llvm::SCEVAddRecExpr | [static] |
| get(const std::vector< SCEVHandle > &Operands, const Loop *L) | llvm::SCEVAddRecExpr | [inline, static] |
| getLoop() const | llvm::SCEVAddRecExpr | [inline] |
| getMinusSCEV(const SCEVHandle &LHS, const SCEVHandle &RHS) | llvm::SCEV | [static] |
| getNegativeSCEV(const SCEVHandle &V) | llvm::SCEV | [static] |
| getNumIterationsInRange(ConstantRange Range) const | llvm::SCEVAddRecExpr | |
| getNumOperands() const | llvm::SCEVAddRecExpr | [inline] |
| getOperand(unsigned i) const | llvm::SCEVAddRecExpr | [inline] |
| getSCEVType() const | llvm::SCEV | [inline] |
| getStart() const | llvm::SCEVAddRecExpr | [inline] |
| getStepRecurrence() const | llvm::SCEVAddRecExpr | [inline] |
| getType() const | llvm::SCEVAddRecExpr | [inline, virtual] |
| getValueRange() const | llvm::SCEV | [virtual] |
| hasComputableLoopEvolution(const Loop *QL) const | llvm::SCEVAddRecExpr | [inline, virtual] |
| isAffine() const | llvm::SCEVAddRecExpr | [inline] |
| isLoopInvariant(const Loop *QueryLoop) const | llvm::SCEVAddRecExpr | [virtual] |
| isQuadratic() const | llvm::SCEVAddRecExpr | [inline] |
| op_begin() const | llvm::SCEVAddRecExpr | [inline] |
| op_end() const | llvm::SCEVAddRecExpr | [inline] |
| op_iterator typedef | llvm::SCEVAddRecExpr | |
| print(std::ostream &OS) const | llvm::SCEVAddRecExpr | [virtual] |
| replaceSymbolicValuesWithConcrete(const SCEVHandle &Sym, const SCEVHandle &Conc) const | llvm::SCEVAddRecExpr | [virtual] |
| SCEV(unsigned SCEVTy) | llvm::SCEV | [inline] |
| ~SCEV() | llvm::SCEV | [protected, virtual] |