Searched refs:AllowedBits (Results 1 – 1 of 1) sorted by relevance
7187 unsigned AllowedBits = Context.getTypeSize(IntegerType); in CheckTemplateArgument() local7188 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()7189 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()7196 unsigned AllowedBits = IntegerType->isExtIntType() in CheckTemplateArgument() local7199 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()7200 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()7220 if (RequiredBits > AllowedBits) { in CheckTemplateArgument()