Searched refs:IsIntOrLongType (Results 1 – 13 of 13) sorted by relevance
23 if (!DataType::IsIntOrLongType(type)) { in TryCombineAndNot()59 if (!DataType::IsIntOrLongType(type)) { in TryGenerateResetLeastSetBit()92 if (!DataType::IsIntOrLongType(type)) { in TryGenerateMaskUptoLeastSetBit()
74 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArrayGet()81 if (DataType::IsIntOrLongType(type)) { in MaybeAddAmbiguousArraySet()
283 DCHECK(DataType::IsIntOrLongType(type)); in FindFloatOrDoubleEquivalentOfArrayGet()296 DCHECK(DataType::IsIntOrLongType(type)); in CreateFloatOrDoubleEquivalentOfArrayGet()343 if (DataType::IsIntOrLongType(array_type)) { in FixAmbiguousArrayOps()690 if (!DataType::IsIntOrLongType(aget->GetType())) { in GetFloatOrDoubleEquivalentOfArrayGet()701 DCHECK(DataType::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray()))); in GetFloatOrDoubleEquivalentOfArrayGet()
126 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() function214 return IsIntOrLongType(result_type) && in IsZeroExtension()
28 DCHECK(DataType::IsIntOrLongType(mul->GetType())); in TrySimpleMultiplyAccumulatePatterns()100 if (!DataType::IsIntOrLongType(type)) { in TryCombineMultiplyAccumulate()
274 if (DataType::IsIntOrLongType(type) && in VisitMul()
450 DCHECK(DataType::IsIntOrLongType(ushr->GetType())); in TryReplaceWithRotate()1732 if (!DataType::IsIntOrLongType(type)) { in TryToReuseDiv()1795 (DataType::IsFloatingPointType(type) || DataType::IsIntOrLongType(type))) { in VisitMul()1820 if (DataType::IsIntOrLongType(type)) { in VisitMul()
2551 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()2598 DCHECK(DataType::IsIntOrLongType(type)); in GenHighestOneBit()2664 DCHECK(DataType::IsIntOrLongType(type)); in GenLowestOneBit()
6063 if (DataType::IsIntOrLongType(GetType())) { in IsEquivalentOf()6067 DCHECK(DataType::IsIntOrLongType(other->GetType())) << other->GetType(); in IsEquivalentOf()
3292 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntDiv()5683 DCHECK(DataType::IsIntOrLongType(instruction->GetResultType())) in GenerateIntRem()
364 DCHECK(DataType::IsIntOrLongType(type)) << type; in GenBitCount()
7019 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()7029 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86MaskOrResetLeastSetBit()
7711 DCHECK(DataType::IsIntOrLongType(instruction->GetType())) << instruction->GetType(); in VisitX86AndNot()