Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeAlign

52   const uint64_t Alignment = Context.getTypeAlign(Ty);
1226 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
2284 if (OffsetBase % getContext().getTypeAlign(AT->getElementType()))
2384 if (!BitField && Offset % getContext().getTypeAlign(i->getType())) {
2482 unsigned Align = std::max(getContext().getTypeAlign(Ty) / 8, 8U);
3845 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) {
3846 if (HasQPX && getContext().getTypeAlign(Ty) >= 256)
4341 unsigned Alignment = getContext().getTypeAlign(Ty);
4389 unsigned Alignment = getContext().getTypeAlign(RetTy);
5059 CharUnits::fromQuantity(getContext().getTypeAlign(Ty) / 8), false);
5067 uint64_t TyAlign = getContext().getTypeAlign(Ty) / 8;
5088 if (getContext().getTypeAlign(Ty) <= 32) {
6086 uint64_t Align = getContext().getTypeAlign(Ty) / 8;