Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1613 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1614 switch (retAI.getKind()) { in GetFunctionType()
1621 resultType = retAI.getCoerceToType(); in GetFunctionType()
1625 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1641 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()