Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp436 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex() local
453 if (IndexedSize % ElementSize != 0) in tryReassociateGEPAtIndex()
460 if (IndexedSize != ElementSize) { in tryReassociateGEPAtIndex()
462 RHS, ConstantInt::get(IntPtrTy, IndexedSize / ElementSize)); in tryReassociateGEPAtIndex()