Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp759 const Type *AlignAsType = nullptr; in getParamTypeAlignment() local
765 AlignAsType = EltType; in getParamTypeAlignment()
771 if (!AlignAsType && Kind == PPC64_SVR4_ABIKind::ELFv2 && in getParamTypeAlignment()
773 AlignAsType = Base; in getParamTypeAlignment()
776 if (AlignAsType) { in getParamTypeAlignment()
777 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment()
778 FloatUsesVector(QualType(AlignAsType, 0)); in getParamTypeAlignment()