Searched refs:srcArraySize (Results 1 – 5 of 5) sorted by relevance
589 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local590 if (!srcArraySize) in performCallSlotOptzn()594 srcArraySize->getZExtValue(); in performCallSlotOptzn()
834 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local835 if (!srcArraySize) in performCallSlotOptzn()840 srcArraySize->getZExtValue(); in performCallSlotOptzn()
795 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local796 if (!srcArraySize) in performCallSlotOptzn()801 srcArraySize->getZExtValue(); in performCallSlotOptzn()
1567 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1572 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1573 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()
1500 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntry… in copyBufferVarData() local1505 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1506 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()