HomeSort by: relevance | last modified time | path
    Searched refs:get_max_value (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 3252 if (expr_type != case_->get_max_value ()->get_type ())
3261 case_->get_max_value ()->get_debug_string (),
3262 case_->get_max_value ()->get_type ()->get_debug_string (),
3353 succ = m_cases.successor (case_->get_max_value ());
3360 wide_int wi_pred_max = get_wide_int (pred->get_max_value ());
3369 wide_int wi_case_max = get_wide_int (case_->get_max_value ());
jit-recording.h 2359 rvalue *get_max_value () const { return m_max_value; } function in class:gcc::jit::recording::case_
jit-recording.cc 7314 rcase->get_max_value ()->playback_rvalue (),
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 3219 if (expr_type != case_->get_max_value ()->get_type ())
3228 case_->get_max_value ()->get_debug_string (),
3229 case_->get_max_value ()->get_type ()->get_debug_string (),
3320 succ = m_cases.successor (case_->get_max_value ());
3327 wide_int wi_pred_max = get_wide_int (pred->get_max_value ());
3336 wide_int wi_case_max = get_wide_int (case_->get_max_value ());
jit-recording.h 2240 rvalue *get_max_value () const { return m_max_value; } function in class:gcc::jit::recording::case_
jit-recording.cc 7069 rcase->get_max_value ()->playback_rvalue (),

Completed in 53 milliseconds