OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexExprs
(Results
1 - 25
of
36
) sorted by null
1
2
/external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
374
SmallVector<const SCEV *, 4>
IndexExprs
;
376
IndexExprs
.push_back(SE->getSCEV(*Index));
378
IndexExprs
[I] = SE->getSCEV(LHS);
386
IndexExprs
[I] =
387
SE->getZeroExtendExpr(
IndexExprs
[I], GEP->getOperand(I)->getType());
391
IndexExprs
, GEP->isInBounds());
StraightLineStrengthReduce.cpp
488
SmallVector<const SCEV *, 4>
IndexExprs
;
490
IndexExprs
.push_back(SE->getSCEV(*I));
497
const SCEV *OrigIndexExpr =
IndexExprs
[I - 1];
498
IndexExprs
[I - 1] = SE->getZero(OrigIndexExpr->getType());
504
IndexExprs
, GEP->isInBounds());
525
IndexExprs
[I - 1] = OrigIndexExpr;
/external/clang/lib/AST/
Expr.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h
581
/// instead we use
IndexExprs
.
582
/// \p
IndexExprs
The expressions for the indices.
584
const SmallVectorImpl<const SCEV *> &
IndexExprs
);
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h
[
all
...]
Completed in 3061 milliseconds
1
2