Searched refs:RetSize (Results 1 – 2 of 2) sorted by relevance
102 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
8400 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local8401 if (RetSize > 4) in classifyReturnType()