HomeSort by relevance Sort by last modified time
    Searched refs:getPostIncExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 153 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE);
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 344 /// getPostIncExpr - Return an expression representing the value of
346 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const {

Completed in 34 milliseconds