Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h147 bool isSequential() const { return !isStruct(); } in isSequential() function
155 assert(isSequential()); in getSequentialElementStride()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp815 if (GTI.isSequential()) { in canonicalizeArrayIndicesToIndexSize()
832 if (GTI.isSequential()) { in accumulateByteOffset()
879 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
939 if (GTI.isSequential()) { in lowerToArithmetics()
1019 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp342 if (GTI.isSequential()) { in tryReassociateGEP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp86 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
H A DConstantFold.cpp1490 if (!LastI.isSequential()) in foldGEPOfGEP()
H A DConstants.cpp2303 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2228 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7952 return GEP->getNumOperands() == 2 && I.isSequential() && in GEPSequentialConstIndexed()