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

/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp405 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); local
409 // GEP, the size of the type at the I-th index (IndexedSize) is not
422 if (IndexedSize % ElementSize != 0)
429 if (IndexedSize != ElementSize) {
431 RHS, ConstantInt::get(IntPtrTy, IndexedSize / ElementSize));

Completed in 61 milliseconds