Searched refs:Is32BitIntegralType (Results 1 – 3 of 3) sorted by relevance
955 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction()957 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()997 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction()999 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()
1290 return IsPointerSizeIntegralType(type) || Is32BitIntegralType(type); in IsAllowedAsBitField()1298 bool Is32BitIntegralType(const Type* type) { in Is32BitIntegralType() function
938 bool Is32BitIntegralType(const Type* type);