Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h127 bool isBoundedSequential() const { in isBoundedSequential() function
132 assert(isBoundedSequential()); in getSequentialNumElements()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp397 if (!IdxVal || (GEPI.isBoundedSequential() && in isSafeSROAGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2449 PerformFold = (!LastI.isBoundedSequential() || in ConstantFoldGetElementPtr()
H A DConstants.cpp1476 if (!CI || (GEPI.isBoundedSequential() && in isGEPWithNoNotionalOverIndexing()