OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aconst
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp
3132
const SCEVConstant *
Aconst
= dyn_cast<SCEVConstant>(A);
3134
if (!
Aconst
|| !Cconst) return false;
3135
APInt Alpha =
Aconst
->getAPInt();
3146
const SCEVConstant *
Aconst
= dyn_cast<SCEVConstant>(A);
3148
if (!
Aconst
|| !Cconst) return false;
3149
APInt Alpha =
Aconst
->getAPInt();
Completed in 15 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026