OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexExprs
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
396
SmallVector<const SCEV *, 4>
IndexExprs
;
398
IndexExprs
.push_back(SE->getSCEV(Index));
400
IndexExprs
[I] = SE->getSCEV(LHS);
408
IndexExprs
[I] =
409
SE->getZeroExtendExpr(
IndexExprs
[I], GEP->getOperand(I)->getType());
412
IndexExprs
);
StraightLineStrengthReduce.cpp
535
SmallVector<const SCEV *, 4>
IndexExprs
;
537
IndexExprs
.push_back(SE->getSCEV(Idx));
544
const SCEV *OrigIndexExpr =
IndexExprs
[I - 1];
545
IndexExprs
[I - 1] = SE->getZero(OrigIndexExpr->getType());
549
const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP),
IndexExprs
);
570
IndexExprs
[I - 1] = OrigIndexExpr;
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4222
ArrayRef<Expr *>
IndexExprs
, Expr *Init)
4226
NumDesignators(Designators.size()), NumSubExprs(
IndexExprs
.size() + 1) {
4240
*Child++ =
IndexExprs
[IndexIdx++];
4243
*Child++ =
IndexExprs
[IndexIdx++];
4244
*Child++ =
IndexExprs
[IndexIdx++];
4248
assert(IndexIdx ==
IndexExprs
.size() && "Wrong number of index expressions");
4255
ArrayRef<Expr*>
IndexExprs
,
4258
void *Mem = C.Allocate(totalSizeToAlloc<Stmt *>(
IndexExprs
.size() + 1),
4262
IndexExprs
, Init);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
574
/// instead we use
IndexExprs
.
575
/// \p
IndexExprs
The expressions for the indices.
577
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4981
ArrayRef<Expr *>
IndexExprs
, Expr *Init);
5145
ArrayRef<Expr*>
IndexExprs
,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
3440
const SmallVectorImpl<const SCEV *> &
IndexExprs
) {
3456
for (const SCEV *IndexExpr :
IndexExprs
) {
5539
SmallVector<const SCEV *, 4>
IndexExprs
;
5541
IndexExprs
.push_back(getSCEV(*Index));
5542
return getGEPExpr(GEP,
IndexExprs
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
2329
SmallVector<Expr*, 4>
IndexExprs
(NumIndexExprs);
2331
IndexExprs
[I] = DIE->getSubExpr(I + 1);
2333
IndexExprs
,
Completed in 115 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026