Home | History | Annotate | Download | only in optimizing

Lines Matching refs:in_type

2809   Primitive::Type in_type = compare->InputAt(0)->GetType();
2813 switch (in_type) {
2833 LOG(FATAL) << "Unexpected type for compare operation " << in_type;
2840 Primitive::Type in_type = instruction->InputAt(0)->GetType();
2845 switch (in_type) {
2857 if (in_type == Primitive::kPrimLong) {
2924 LOG(FATAL) << "Unimplemented compare type " << in_type;