Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2216 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction() local
2225 if (!AllocaTypeSize.isScalable() && in InlineFunction()
2228 AllocaTypeSize.getFixedSize()) { in InlineFunction()
2230 AllocaArraySize * AllocaTypeSize); in InlineFunction()