Searched refs:ByValAlign (Results 1 – 2 of 2) sorted by relevance
43 static const uint64_t ByValAlign = 0xFULL<<7; ///< Struct alignment member96 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign()99 Flags = (Flags & ~ByValAlign) | in setByValAlign()
1097 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); in processByValArgument() local1098 if (ByValAlign == 0) return false; in processByValArgument()1106 if (MDep->getAlignment() < ByValAlign && in processByValArgument()1107 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, in processByValArgument()1108 CS.getInstruction(), &AC, &DT) < ByValAlign) in processByValArgument()