Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp212 CharUnits CCAlign = getParamTypeAlignment(Ty); in classifyArgumentType() local
215 return ABIArgInfo::getIndirect(CCAlign, /*ByVal*/ true, in classifyArgumentType()
216 /*Realign*/ TyAlign > CCAlign); in classifyArgumentType()