Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp4652 const Type *AlignTy = nullptr; in getParamTypeAlignment() local
4657 AlignTy = EltType; in getParamTypeAlignment()
4660 if (AlignTy) in getParamTypeAlignment()
4661 return CharUnits::fromQuantity(AlignTy->isVectorType() ? 16 : 4); in getParamTypeAlignment()