Searched refs:IsInt64Value (Results 1 – 5 of 5) sorted by relevance
110 IsInt64Value(instruction, DataType::MinValueOfIntegralType(instruction->GetType())) || in HasNonNegativeResultOrMinInt()
1075 if (div == nullptr || !IsInt64Value(div->GetRight()->AsConstant(), const_divisor) || in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1973 IsInt64Value(instruction->InputAt(1), 1)) { in VectorizeHalvingAddIdiom()
985 if (a == the_negated && a == not_negated && IsInt64Value(b, 0)) { in VisitSelect()
8134 inline bool IsInt64Value(HInstruction* instruction, int64_t value) { in IsInt64Value() function