Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h115 bool isBoundedSequential() const { in isBoundedSequential() function
120 assert(isBoundedSequential()); in getSequentialNumElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2274 PerformFold = (!LastI.isBoundedSequential() || in ConstantFoldGetElementPtr()
DConstants.cpp1247 if (!CI || (GEPI.isBoundedSequential() && in isGEPWithNoNotionalOverIndexing()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp388 if (!IdxVal || (GEPI.isBoundedSequential() && in isSafeSROAGEP()