Searched refs:RetSize (Results 1 – 2 of 2) sorted by relevance
678 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas() local679 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()680 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()681 return RetSize->getFixedValue(); in addFieldForAllocas()
10202 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local10203 if (RetSize > 4) in classifyReturnType()