Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp5161 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment() local
5163 return CharUnits::fromQuantity(UsesVector ? 16 : 8); in getParamTypeAlignment()