Searched refs:ByValAlign (Results 1 – 2 of 2) sorted by relevance
42 static const uint64_t ByValAlign = 0xFULL<<7; ///< Struct alignment member95 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign()98 Flags = (Flags & ~ByValAlign) | in setByValAlign()
984 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); in processByValArgument() local985 if (ByValAlign == 0) return false; in processByValArgument()993 if (MDep->getAlignment() < ByValAlign && in processByValArgument()994 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, in processByValArgument()995 CS.getInstruction(), &AC, &DT) < ByValAlign) in processByValArgument()