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