Home
last modified time | relevance | path

Searched refs:isSequential (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h147 bool isSequential() const { return !isStruct(); } in isSequential() function
155 assert(isSequential()); in getSequentialElementStride()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp814 if (GTI.isSequential()) { in canonicalizeArrayIndicesToIndexSize()
832 if (GTI.isSequential()) { in accumulateByteOffset()
879 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
939 if (GTI.isSequential()) { in lowerToArithmetics()
1064 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp342 if (GTI.isSequential()) { in tryReassociateGEP()
/src/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp100 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
H A DConstants.cpp2502 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2470 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8066 return GEP->getNumOperands() == 2 && I.isSequential() && in GEPSequentialConstIndexed()