Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h116 bool isBoundedSequential() const { in isBoundedSequential() function
121 assert(isBoundedSequential()); in getSequentialNumElements()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp2153 PerformFold = (!LastI.isBoundedSequential() || in ConstantFoldGetElementPtr()
DConstants.cpp1142 if (!CI || (GEPI.isBoundedSequential() && in isGEPWithNoNotionalOverIndexing()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp386 if (!IdxVal || (GEPI.isBoundedSequential() && in isSafeSROAGEP()