Home
last modified time | relevance | path

Searched refs:ToUnsigned (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Ddata_type.h260 static Type ToUnsigned(Type type) { in ToUnsigned() function
Dgraph_visualizer.cc627 DataType::ToUnsigned(arg_type) : in VisitVecDotProd()
Dinstruction_simplifier.cc452 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()