Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp802 if (GTI.isSequential()) { in canonicalizeArrayIndicesToPointerSize()
819 if (GTI.isSequential()) { in accumulateByteOffset()
867 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
928 if (GTI.isSequential()) { in lowerToArithmetics()
1008 if (GTI.isSequential()) { in splitGEP()
H A DNaryReassociate.cpp342 if (GTI.isSequential()) { in tryReassociateGEP()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h112 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp73 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
H A DConstantFold.cpp1984 if (!LastI.isSequential()) in foldGEPOfGEP()
H A DConstants.cpp2507 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_debug_tests.h56 constexpr bool isSequential(ContainerType CT) { in isSequential() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2106 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7666 I.isSequential() && in GEPSequentialConstIndexed()