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

  /art/compiler/optimizing/
ssa_builder.h 76 if (DataType::IsIntOrLongType(type)) {
83 if (DataType::IsIntOrLongType(type)) {
ssa_builder.cc 280 DCHECK(DataType::IsIntOrLongType(type));
293 DCHECK(DataType::IsIntOrLongType(type));
340 if (DataType::IsIntOrLongType(array_type)) {
652 if (!DataType::IsIntOrLongType(aget->GetType())) {
663 DCHECK(DataType::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray())));
instruction_simplifier_shared.cc 28 DCHECK(DataType::IsIntOrLongType(mul->GetType()));
100 if (!DataType::IsIntOrLongType(type)) {
data_type.h 126 static bool IsIntOrLongType(Type type) {
constant_folding.cc 253 if (DataType::IsIntOrLongType(type) &&
instruction_simplifier.cc 447 DCHECK(DataType::IsIntOrLongType(ushr->GetType()));
    [all...]
intrinsics_arm_vixl.cc     [all...]
nodes.h     [all...]
intrinsics_arm64.cc 438 DCHECK(DataType::IsIntOrLongType(type)) << type;
    [all...]

Completed in 232 milliseconds