Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp5150 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment() local
5152 return CharUnits::fromQuantity(UsesVector ? 16 : 8); in getParamTypeAlignment()