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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 340 /// evaluateAtIteration - Return the value of this chain of recurrences at
342 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 782 /// evaluateAtIteration - Return the value of this chain of recurrences at
791 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It,
    [all...]
ScalarEvolutionExpander.cpp     [all...]

Completed in 40 milliseconds