HomeSort by relevance Sort by last modified time
    Searched refs:MinValueOfIntegralType (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
data_type.h 158 static int64_t MinValueOfIntegralType(Type type) {
235 MinValueOfIntegralType(input_type) >= MinValueOfIntegralType(result_type) &&
243 return value >= MinValueOfIntegralType(result_type) &&
induction_var_analysis.cc     [all...]
induction_var_range.cc 168 int32_t min = DataType::MinValueOfIntegralType(type);
    [all...]

Completed in 165 milliseconds