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.cpp755 const Type *AlignAsType = nullptr; in getParamTypeAlignment() local
761 AlignAsType = EltType; in getParamTypeAlignment()
767 if (!AlignAsType && Kind == PPC64_SVR4_ABIKind::ELFv2 && in getParamTypeAlignment()
769 AlignAsType = Base; in getParamTypeAlignment()
772 if (AlignAsType) { in getParamTypeAlignment()
773 bool UsesVector = AlignAsType->isVectorType() || in getParamTypeAlignment()
774 FloatUsesVector(QualType(AlignAsType, 0)); in getParamTypeAlignment()