Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp716 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment() local
718 return CharUnits::fromQuantity(UsesVector ? 16 : 8); in getParamTypeAlignment()