Searched refs:AllowedBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp4927 unsigned AllowedBits = Context.getTypeSize(IntegerType); local
4928 if (Value.getBitWidth() != AllowedBits)
4929 Value = Value.extOrTrunc(AllowedBits);
4936 unsigned AllowedBits = Context.getTypeSize(IntegerType); local
4937 if (Value.getBitWidth() != AllowedBits)
4938 Value = Value.extOrTrunc(AllowedBits);
4958 if (RequiredBits > AllowedBits) {

Completed in 62 milliseconds