Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2558 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction() local
2567 if (!AllocaTypeSize.isScalable() && in InlineFunction()
2570 AllocaTypeSize.getFixedValue()) { in InlineFunction()
2572 AllocaArraySize * AllocaTypeSize); in InlineFunction()