Searched refs:get_wide_int (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c2251 if (!min_value->get_wide_int (&wi_min))
2253 if (!max_value->get_wide_int (&wi_max))
2416 get_wide_int (gcc::jit::recording::rvalue *k);
2466 wide_int wi_case_min = get_wide_int (case_->get_min_value ());
2467 wide_int wi_pred_max = get_wide_int (pred->get_max_value ());
2476 wide_int wi_case_max = get_wide_int (case_->get_max_value ());
2477 wide_int wi_succ_min = get_wide_int (succ->get_min_value ());
2516 wide_int wi1 = get_wide_int (k1);
2517 wide_int wi2 = get_wide_int (k2);
2524 case_range_validator::get_wide_int (gc function in class:case_range_validator
[all...]
H A Djit-recording.h1069 virtual bool get_wide_int (wide_int *) const { return false; } function in class:gcc::jit::recording::rvalue
1368 bool get_wide_int (wide_int *out) const FINAL OVERRIDE;
H A Djit-recording.c4530 /* The get_wide_int specialization for <int>. */
4534 memento_of_new_rvalue_from_const <int>::get_wide_int (wide_int *out) const function
4572 /* The get_wide_int specialization for <long>. */
4576 memento_of_new_rvalue_from_const <long>::get_wide_int (wide_int *out) const function
4635 /* The get_wide_int specialization for <double>. */
4639 memento_of_new_rvalue_from_const <double>::get_wide_int (wide_int *) const function
4683 /* The get_wide_int specialization for <void *>. */
4687 memento_of_new_rvalue_from_const <void *>::get_wide_int (wide_int *) const function
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc3111 if (!min_value->get_wide_int (&wi_min))
3113 if (!max_value->get_wide_int (&wi_max))
3276 get_wide_int (gcc::jit::recording::rvalue *k);
3326 wide_int wi_case_min = get_wide_int (case_->get_min_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 ());
3337 wide_int wi_succ_min = get_wide_int (succ->get_min_value ());
3376 wide_int wi1 = get_wide_int (k1);
3377 wide_int wi2 = get_wide_int (k2);
3384 case_range_validator::get_wide_int (gc function in class:case_range_validator
[all...]
H A Djit-recording.h1152 virtual bool get_wide_int (wide_int *) const { return false; } function in class:gcc::jit::recording::rvalue
1521 bool get_wide_int (wide_int *out) const FINAL OVERRIDE;
H A Djit-recording.cc5076 /* The get_wide_int specialization for <int>. */
5080 memento_of_new_rvalue_from_const <int>::get_wide_int (wide_int *out) const function in class:gcc::jit::recording::memento_of_new_rvalue_from_const
5118 /* The get_wide_int specialization for <long>. */
5122 memento_of_new_rvalue_from_const <long>::get_wide_int (wide_int *out) const function in class:gcc::jit::recording::memento_of_new_rvalue_from_const
5181 /* The get_wide_int specialization for <double>. */
5185 memento_of_new_rvalue_from_const <double>::get_wide_int (wide_int *) const function in class:gcc::jit::recording::memento_of_new_rvalue_from_const
5229 /* The get_wide_int specialization for <void *>. */
5233 memento_of_new_rvalue_from_const <void *>::get_wide_int (wide_int *) const function in class:gcc::jit::recording::memento_of_new_rvalue_from_const

Completed in 166 milliseconds