Home
last modified time | relevance | path

Searched refs:isBoundedSequential (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h116 bool isBoundedSequential() const { in isBoundedSequential() function
121 assert(isBoundedSequential()); in getSequentialNumElements()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2153 PerformFold = (!LastI.isBoundedSequential() || in ConstantFoldGetElementPtr()
H A DConstants.cpp1165 if (!CI || (GEPI.isBoundedSequential() && in isGEPWithNoNotionalOverIndexing()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp386 if (!IdxVal || (GEPI.isBoundedSequential() && in isSafeSROAGEP()