Searched refs:retAI (Results 1 – 2 of 2) sorted by relevance
1473 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local1474 switch (retAI.getKind()) { in GetFunctionType()1480 resultType = retAI.getCoerceToType(); in GetFunctionType()1484 if (retAI.getInAllocaSRet()) { in GetFunctionType()1501 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()
1570 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local1571 switch (retAI.getKind()) { in GetFunctionType()1578 resultType = retAI.getCoerceToType(); in GetFunctionType()1582 if (retAI.getInAllocaSRet()) { in GetFunctionType()1599 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()