Home | History | Annotate | Download | only in X86

Lines Matching refs:getMaxByValAlign

1628 /// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1630 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) {
1638 getMaxByValAlign(ATy->getElementType(), EltAlign);
1644 getMaxByValAlign(STy->getElementType(i), EltAlign);
1668 getMaxByValAlign(Ty, Align);