HomeSort by: relevance | last modified time | path
    Searched refs:visitAddExpr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 52 void visitAddExpr(const SCEVAddExpr *Numerator);
ScalarEvolutionExpressions.h 582 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
761 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionDivision.cpp 148 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) {
ScalarEvolution.cpp 1131 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 456 Value *visitAddExpr(const SCEVAddExpr *S);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 732 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) {

Completed in 58 milliseconds