OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstIntStepValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h
285
ConstantInt *
getConstIntStepValue
() const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp
953
assert((!
getConstIntStepValue
() || !
getConstIntStepValue
()->isZero()) &&
956
assert((IK != IK_PtrInduction ||
getConstIntStepValue
()) &&
976
ConstantInt *InductionDescriptor::
getConstIntStepValue
() const {
LoopInfo.cpp
422
ConstantInt *Step = IndDesc.
getConstIntStepValue
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
519
ID.
getConstIntStepValue
() && ID.
getConstIntStepValue
()->isOne() &&
LoopVectorize.cpp
3397
if (ID.
getConstIntStepValue
() && ID.
getConstIntStepValue
()->isMinusOne())
Completed in 82 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026