Searched refs:AllowedBits (Results 1 – 3 of 3) sorted by relevance
405 static constexpr uint32_t AllowedBits = a | B | bbbbb | cdefgh; in canHoldImm() local406 static_assert(AllowedBits == 0xFFF80000u, in canHoldImm()410 if (I32 & ~AllowedBits) { in canHoldImm()434 static constexpr uint32_t AllowedBits = a | B | bbbbbbbb | cdefgh; in canHoldImm() local435 static_assert(AllowedBits == 0xFFFF0000u, in canHoldImm()445 if (I32 & ~AllowedBits) { in canHoldImm()3401 static constexpr uint32_t AllowedBits = a | b | cdefgh; variable3402 static_assert(AllowedBits == 0xFF,
5168 unsigned AllowedBits = Context.getTypeSize(IntegerType); in CheckTemplateArgument() local5169 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()5170 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()5177 unsigned AllowedBits = Context.getTypeSize(IntegerType); in CheckTemplateArgument() local5178 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()5179 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()5199 if (RequiredBits > AllowedBits) { in CheckTemplateArgument()
7197 unsigned AllowedBits = Context.getTypeSize(IntegerType); in CheckTemplateArgument() local7198 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()7199 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()7206 unsigned AllowedBits = IntegerType->isExtIntType() in CheckTemplateArgument() local7209 if (Value.getBitWidth() != AllowedBits) in CheckTemplateArgument()7210 Value = Value.extOrTrunc(AllowedBits); in CheckTemplateArgument()7230 if (RequiredBits > AllowedBits) { in CheckTemplateArgument()