Searched refs:evaluateAtIteration (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h341 /// evaluateAtIteration - Return the value of this chain of recurrences at
343 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp784 /// evaluateAtIteration - Return the value of this chain of recurrences at
793 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, function in class:SCEVAddRecExpr
4567 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE);
5251 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this);
5449 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this);
H A DScalarEvolutionExpander.cpp1395 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);

Completed in 133 milliseconds