OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APStepVal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
230
const APInt &
APStepVal
= cast<SCEVConstant>(M->getOperand(0))->getAPInt();
233
if (
APStepVal
.getBitWidth() > 64)
236
int64_t StepVal =
APStepVal
.getSExtValue();
LoopAccessAnalysis.cpp
1092
const APInt &
APStepVal
= C->getAPInt();
1095
if (
APStepVal
.getBitWidth() > 64)
1098
int64_t StepVal =
APStepVal
.getSExtValue();
Completed in 19 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026