Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h108 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
117 return isSequential() && NumElements != Unbounded; in isBoundedSequential()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp771 if (GTI.isSequential()) { in canonicalizeArrayIndicesToPointerSize()
788 if (GTI.isSequential()) { in accumulateByteOffset()
836 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
897 if (GTI.isSequential()) { in lowerToArithmetics()
978 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp314 if (GTI.isSequential()) { in tryReassociateGEP()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2151 else if (LastI.isSequential()) in ConstantFoldGetElementPtr()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1782 EndsWithSequential = I.isSequential(); in visitGetElementPtrInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6496 I.isSequential() && in GEPSequentialConstIndexed()