Searched refs:ToUnsigned (Results 1 – 3 of 3) sorted by relevance
260 static Type ToUnsigned(Type type) { in ToUnsigned() function
627 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()
452 is_signed ? source_integral_type : DataType::ToUnsigned(source_integral_type); in TryReplaceShiftsByConstantWithTypeConversion()1289 int64_t mask = DataType::MaxValueOfIntegralType(DataType::ToUnsigned(result_type)) << shr_cst; in CanRemoveRedundantAnd()