Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1498 bool SwapThisWithSRet = false; in construct() local
1502 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()
1503 SRetArgNo = SwapThisWithSRet ? 1 : IRArgNo++; in construct()
1555 if (IRArgNo == 1 && SwapThisWithSRet) in construct()