Home
last modified time | relevance | path

Searched refs:get_max_value (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c2359 if (expr_type != case_->get_max_value ()->get_type ()) in valid_case_for_switch()
2368 case_->get_max_value ()->get_debug_string (), in valid_case_for_switch()
2369 case_->get_max_value ()->get_type ()->get_debug_string (), in valid_case_for_switch()
2460 succ = m_cases.successor (case_->get_max_value ()); in validate()
2467 wide_int wi_pred_max = get_wide_int (pred->get_max_value ()); in validate()
2476 wide_int wi_case_max = get_wide_int (case_->get_max_value ()); in validate()
H A Djit-recording.h2034 rvalue *get_max_value () const { return m_max_value; } in get_max_value() function
H A Djit-recording.c6271 rcase->get_max_value ()->playback_rvalue (), in replay_into()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc3219 if (expr_type != case_->get_max_value ()->get_type ()) in valid_case_for_switch()
3228 case_->get_max_value ()->get_debug_string (), in valid_case_for_switch()
3229 case_->get_max_value ()->get_type ()->get_debug_string (), in valid_case_for_switch()
3320 succ = m_cases.successor (case_->get_max_value ()); in validate()
3327 wide_int wi_pred_max = get_wide_int (pred->get_max_value ()); in validate()
3336 wide_int wi_case_max = get_wide_int (case_->get_max_value ()); in validate()
H A Djit-recording.h2240 rvalue *get_max_value () const { return m_max_value; } in get_max_value() function
H A Djit-recording.cc7069 rcase->get_max_value ()->playback_rvalue (), in replay_into()