Searched refs:IndexedSize (Results 1 – 1 of 1) sorted by relevance
436 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex() local453 if (IndexedSize % ElementSize != 0) in tryReassociateGEPAtIndex()460 if (IndexedSize != ElementSize) { in tryReassociateGEPAtIndex()462 RHS, ConstantInt::get(IntPtrTy, IndexedSize / ElementSize)); in tryReassociateGEPAtIndex()