Home
last modified time | relevance | path

Searched refs:IsInt64Value (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_utils.cc110 IsInt64Value(instruction, DataType::MinValueOfIntegralType(instruction->GetType())) || in HasNonNegativeResultOrMinInt()
Dbounds_check_elimination.cc1075 if (div == nullptr || !IsInt64Value(div->GetRight()->AsConstant(), const_divisor) || in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
Dloop_optimization.cc1973 IsInt64Value(instruction->InputAt(1), 1)) { in VectorizeHalvingAddIdiom()
Dinstruction_simplifier.cc985 if (a == the_negated && a == not_negated && IsInt64Value(b, 0)) { in VisitSelect()
Dnodes.h8134 inline bool IsInt64Value(HInstruction* instruction, int64_t value) { in IsInt64Value() function