OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncrementNUSW
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
651
if (Stride == 1 || PSE.hasNoOverflow(Ptr, SCEVWrapPredicate::
IncrementNUSW
))
675
PSE.setNoOverflow(Ptr, SCEVWrapPredicate::
IncrementNUSW
);
1059
PSE.hasNoOverflow(Ptr, SCEVWrapPredicate::
IncrementNUSW
) ||
1065
PSE.setNoOverflow(Ptr, SCEVWrapPredicate::
IncrementNUSW
);
1119
PSE.setNoOverflow(Ptr, SCEVWrapPredicate::
IncrementNUSW
);
ScalarEvolution.cpp
4919
: SCEVWrapPredicate::
IncrementNUSW
;
12921
if (addOverflowAssumption(AR, SCEVWrapPredicate::
IncrementNUSW
))
13076
if (SCEVWrapPredicate::
IncrementNUSW
& getFlags())
13098
ImpliedFlags = setFlags(ImpliedFlags,
IncrementNUSW
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
315
/// has
IncrementNUSW
iff:
321
/// Note that the
IncrementNUSW
flag is not commutative: if base + inc
322
/// has
IncrementNUSW
, then inc + base doesn't neccessarily have this
330
IncrementNUSW
= (1 << 0), // No unsigned with signed increment wrap.
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
2588
if (Pred->getFlags() & SCEVWrapPredicate::
IncrementNUSW
)
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026