Searched refs:IsRetIndirect (Results 1 – 1 of 1) sorted by relevance
10560 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo() local10561 if (!IsRetIndirect && RetTy->isScalarType() && in computeInfo()10565 IsRetIndirect = getContext().getTypeSize(EltTy) > FLen; in computeInfo()10568 IsRetIndirect = true; in computeInfo()10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()