Searched refs:srcArraySize (Results 1 – 6 of 6) sorted by relevance
745 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local746 if (!srcArraySize) in performCallSlotOptzn()751 srcArraySize->getZExtValue(); in performCallSlotOptzn()
795 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local796 if (!srcArraySize) in performCallSlotOptzn()801 srcArraySize->getZExtValue(); in performCallSlotOptzn()
908 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local909 if (!srcArraySize) in performCallSlotOptzn()914 srcArraySize->getZExtValue(); in performCallSlotOptzn()
1710 srcArraySize := int(bucketShift(src.B))1714 for j := 0; j < srcArraySize; j += dstArraySize {
1608 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntr… in copyBufferVarData() local1614 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1615 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()
1570 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntr… in copyBufferVarData() local1576 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1577 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()