OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp
315
auto *
IVExpr
= SE->getSCEV(IV);
316
auto *AddExpr = dyn_cast<SCEVAddRecExpr>(
IVExpr
);
319
LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: ";
IVExpr
->dump());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2503
const Expr *
IVExpr
= S.getIterationVariable();
2504
const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(
IVExpr
)->getDecl());
2592
const Expr *
IVExpr
= S.getIterationVariable();
2593
const unsigned IVSize = getContext().getTypeSize(
IVExpr
->getType());
2594
const bool IVSigned =
IVExpr
->getType()->hasSignedIntegerRepresentation();
2766
const Expr *
IVExpr
= S.getIterationVariable();
2767
const unsigned IVSize = getContext().getTypeSize(
IVExpr
->getType());
2768
const bool IVSigned =
IVExpr
->getType()->hasSignedIntegerRepresentation();
2822
const Expr *
IVExpr
= S.getIterationVariable();
2823
const unsigned IVSize = getContext().getTypeSize(
IVExpr
->getType())
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026