Searched refs:srcArraySize (Results 1 – 4 of 4) sorted by relevance
745 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local746 if (!srcArraySize) in performCallSlotOptzn()751 srcArraySize->getZExtValue(); in performCallSlotOptzn()
1516 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1521 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1522 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()
1495 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1500 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1501 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()