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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp436 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); local
440 // GEP, the size of the type at the I-th index (IndexedSize) is not
453 if (IndexedSize % ElementSize != 0)
460 if (IndexedSize != ElementSize) {
462 RHS, ConstantInt::get(IntPtrTy, IndexedSize / ElementSize));

Completed in 71 milliseconds