Home
last modified time | relevance | path

Searched refs:retAI (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1620 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1621 switch (retAI.getKind()) { in GetFunctionType()
1628 resultType = retAI.getCoerceToType(); in GetFunctionType()
1632 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1649 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()