Searched refs:AllowedBits (Results 1 – 2 of 2) sorted by relevance
410 static constexpr uint32_t AllowedBits = a | B | bbbbb | cdefgh; in canHoldImm() local411 static_assert(AllowedBits == 0xFFF80000u, in canHoldImm()415 if (I32 & ~AllowedBits) { in canHoldImm()439 static constexpr uint32_t AllowedBits = a | B | bbbbbbbb | cdefgh; in canHoldImm() local440 static_assert(AllowedBits == 0xFFFF0000u, in canHoldImm()450 if (I32 & ~AllowedBits) { in canHoldImm()3398 static constexpr uint32_t AllowedBits = a | b | cdefgh; variable3399 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()