Searched refs:trapv (Results 1 – 2 of 2) sorted by relevance
248 bool trapv; in optab_for_tree_code() local323 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type); in optab_for_tree_code()327 return trapv ? addv_optab : add_optab; in optab_for_tree_code()330 return trapv ? subv_optab : sub_optab; in optab_for_tree_code()333 return trapv ? smulv_optab : smul_optab; in optab_for_tree_code()336 return trapv ? negv_optab : neg_optab; in optab_for_tree_code()339 return trapv ? absv_optab : abs_optab; in optab_for_tree_code()
34559 optional and experimental flags. Move trapv and bounds-check34561 (Code Gen Options): Move trapv and bounds-check to here.