OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StepRec
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp
98
const SCEV *
StepRec
= AR->getStepRecurrence(SE);
99
if (
StepRec
&& SE.isKnownNegative(
StepRec
))
100
StepRec
= SE.getNegativeSCEV(
StepRec
);
102
return
StepRec
== &ElemSize;
370
const SCEV *
StepRec
= AccessFnAR ? AccessFnAR->getStepRecurrence(SE) : nullptr;
372
if (
StepRec
&& SE.isKnownNegative(
StepRec
))
374
SE.getNegativeSCEV(
StepRec
),
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp
854
const SCEV*
StepRec
= IndVarBase->getStepRecurrence(SE);
855
if (!isa<SCEVConstant>(
StepRec
)) {
859
ConstantInt *StepCI = cast<SCEVConstant>(
StepRec
)->getValue();
LoopStrengthReduce.cpp
3828
if (auto *
StepRec
=
3830
const APInt &StepInt =
StepRec
->getAPInt();
Completed in 21 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026