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

  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 377 if (const SCEVAddRecExpr *PHISCEV =
379 if (PHISCEV->getLoop() != L)
381 if (!PHISCEV->isAffine())
384 dyn_cast<SCEVConstant>(PHISCEV->getStepRecurrence(*SE))) {
391 *PHISCEV << "\n");
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 258 milliseconds