Home
last modified time | relevance | path

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

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