Home | History | Annotate | Download | only in optimizing

Lines Matching defs:result_type

954   DataType::Type result_type = instruction->GetType();
955 if (result_type != DataType::Kind(input_type)) {
959 DataType::PrettyDescriptor(result_type),
968 DataType::Type result_type = op->GetType();
990 if (result_type != DataType::Type::kInt32) {
993 DataType::PrettyDescriptor(result_type)));
998 if (result_type != DataType::Kind(lhs_type)) {
1002 DataType::PrettyDescriptor(result_type),
1006 if (DataType::Kind(result_type) != DataType::Kind(lhs_type)) {
1010 DataType::PrettyDescriptor(result_type),
1013 if (DataType::Kind(result_type) != DataType::Kind(rhs_type)) {
1017 DataType::PrettyDescriptor(result_type),
1047 DataType::Type result_type = instruction->GetResultType();
1050 if (result_type == DataType::Type::kBool) {
1055 DataType::PrettyDescriptor(result_type),