Home
last modified time | relevance | path

Searched refs:SrcAllocaSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp887 TypeSize SrcAllocaSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()); in performCallSlotOptzn() local
889 if (SrcAllocaSize.isScalable()) in performCallSlotOptzn()
891 uint64_t srcSize = SrcAllocaSize * srcArraySize->getZExtValue(); in performCallSlotOptzn()