Searched refs:srcArraySize (Results 1 – 1 of 1) sorted by relevance
882 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local883 if (!srcArraySize) in performCallSlotOptzn()891 uint64_t srcSize = SrcAllocaSize * srcArraySize->getZExtValue(); in performCallSlotOptzn()