Home | History | Annotate | Download | only in optimizing

Lines Matching full:primitive

50       access->AsArraySet()->GetValue()->GetType() == Primitive::kPrimNot) {
89 Primitive::Type type = use->GetType();
90 if (type != Primitive::kPrimInt && type != Primitive::kPrimLong) {
195 Primitive::ComponentSize(instruction->GetType()));
202 Primitive::ComponentSize(instruction->GetComponentType()));
230 Primitive::Type result_type = instruction->GetResultType();
231 Primitive::Type input_type = instruction->GetInputType();
238 if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {