Searched refs:srcArraySize (Results 1 – 4 of 4) sorted by relevance
589 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local590 if (!srcArraySize) in performCallSlotOptzn()594 srcArraySize->getZExtValue(); in performCallSlotOptzn()
795 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local796 if (!srcArraySize) in performCallSlotOptzn()801 srcArraySize->getZExtValue(); in performCallSlotOptzn()
1391 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1396 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1397 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()
1486 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1491 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1492 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()