Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h127 bool isBoundedSequential() const { in isBoundedSequential() function
132 assert(isBoundedSequential()); in getSequentialNumElements()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2154 if (LastI.isBoundedSequential() && in foldGEPOfGEP()
H A DConstants.cpp1478 if (!CI || (GEPI.isBoundedSequential() && in isGEPWithNoNotionalOverIndexing()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp397 if (!IdxVal || (GEPI.isBoundedSequential() && in isSafeSROAGEP()