Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp802 if (GTI.isSequential()) { in canonicalizeArrayIndicesToPointerSize()
819 if (GTI.isSequential()) { in accumulateByteOffset()
871 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
932 if (GTI.isSequential()) { in lowerToArithmetics()
1012 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp342 if (GTI.isSequential()) { in tryReassociateGEP()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h112 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp80 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
H A DConstantFold.cpp1987 if (!LastI.isSequential()) in foldGEPOfGEP()
H A DConstants.cpp2506 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2121 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7792 return GEP->getNumOperands() == 2 && I.isSequential() && in GEPSequentialConstIndexed()