Searched refs:RetSize (Results 1 – 2 of 2) sorted by relevance
657 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local658 assert(RetSize && "Variable Length Arrays (VLA) are not supported.\n"); in addFieldForAllocas()659 assert(!RetSize->isScalable() && "Scalable vectors are not yet supported"); in addFieldForAllocas()660 return RetSize->getFixedSize(); in addFieldForAllocas()
10068 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local10069 if (RetSize > 4) in classifyReturnType()