Searched refs:AllocaTypeSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp751 uint64_t AllocaTypeSize = IFI.DL->getTypeAllocSize(AllocaType); local
757 UINT64_MAX / AllocaArraySize >= AllocaTypeSize) {
759 AllocaArraySize * AllocaTypeSize);

Completed in 99 milliseconds