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

  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 405 SmallVector<const SCEV *, 4> IndexExprs;
407 IndexExprs.push_back(SE->getSCEV(*Index));
409 IndexExprs[I] = SE->getSCEV(LHS);
417 IndexExprs[I] =
418 SE->getZeroExtendExpr(IndexExprs[I], GEP->getOperand(I)->getType());
422 IndexExprs, GEP->isInBounds());
StraightLineStrengthReduce.cpp 517 SmallVector<const SCEV *, 4> IndexExprs;
519 IndexExprs.push_back(SE->getSCEV(*I));
526 const SCEV *OrigIndexExpr = IndexExprs[I - 1];
527 IndexExprs[I - 1] = SE->getZero(OrigIndexExpr->getType());
533 IndexExprs, GEP->isInBounds());
544 IndexExprs[I - 1] = OrigIndexExpr;
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 365 milliseconds