Searched refs:op_plus (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | range-op.cc | 1230 } op_plus; variable 2199 op_plus.fold_range (ub, type, lb, mask_range); in op1_range() 4056 set (PLUS_EXPR, op_plus); in integral_table() 4447 tree_code code = op_plus.lhs_op1_relation (lhs, op1, op2); in range_relational_tests() 4453 code = op_plus.lhs_op1_relation (lhs, op1, op2); in range_relational_tests() 4459 code = op_plus.lhs_op1_relation (lhs, op1, op2); in range_relational_tests()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 4116 gfc_intrinsic_op op_times, op_plus; in inline_matmul_assign() local 4228 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 4233 op_plus = INTRINSIC_OR; in inline_matmul_assign() 4242 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 4250 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 4630 assign_matmul->expr2 = get_operand (op_plus, cscalar, mult); in inline_matmul_assign()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 3838 gfc_intrinsic_op op_times, op_plus; in inline_matmul_assign() local 3950 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 3955 op_plus = INTRINSIC_OR; in inline_matmul_assign() 3964 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 3972 op_plus = INTRINSIC_PLUS; in inline_matmul_assign() 4350 assign_matmul->expr2 = get_operand (op_plus, cscalar, mult); in inline_matmul_assign()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | range-op.cc | 903 } op_plus; variable 2737 set (PLUS_EXPR, op_plus); in integral_table()
|