Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h119 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
128 return isSequential() && NumElements != Unbounded; in isBoundedSequential()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp803 if (GTI.isSequential()) { in canonicalizeArrayIndicesToPointerSize()
820 if (GTI.isSequential()) { in accumulateByteOffset()
868 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
929 if (GTI.isSequential()) { in lowerToArithmetics()
1009 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp338 if (GTI.isSequential()) { in tryReassociateGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp48 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
H A DConstantFold.cpp2447 else if (LastI.isSequential()) in ConstantFoldGetElementPtr()
H A DConstants.cpp2473 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2101 EndsWithSequential = I.isSequential(); in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7529 I.isSequential() && in GEPSequentialConstIndexed()