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

/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.c2169 if (!min_value->get_wide_int (&wi_min))
2171 if (!max_value->get_wide_int (&wi_max))
2334 get_wide_int (gcc::jit::recording::rvalue *k);
2384 wide_int wi_case_min = get_wide_int (case_->get_min_value ());
2385 wide_int wi_pred_max = get_wide_int (pred->get_max_value ());
2394 wide_int wi_case_max = get_wide_int (case_->get_max_value ());
2395 wide_int wi_succ_min = get_wide_int (succ->get_min_value ());
2434 wide_int wi1 = get_wide_int (k1);
2435 wide_int wi2 = get_wide_int (k2);
2442 case_range_validator::get_wide_int (gc function in class:case_range_validator
[all...]
H A Djit-recording.h963 virtual bool get_wide_int (wide_int *) const { return false; } function in class:gcc::jit::recording::rvalue
1253 bool get_wide_int (wide_int *out) const;
H A Djit-recording.c4122 /* The get_wide_int specialization for <int>. */
4126 memento_of_new_rvalue_from_const <int>::get_wide_int (wide_int *out) const function
4164 /* The get_wide_int specialization for <long>. */
4168 memento_of_new_rvalue_from_const <long>::get_wide_int (wide_int *out) const function
4227 /* The get_wide_int specialization for <double>. */
4231 memento_of_new_rvalue_from_const <double>::get_wide_int (wide_int *) const function
4275 /* The get_wide_int specialization for <void *>. */
4279 memento_of_new_rvalue_from_const <void *>::get_wide_int (wide_int *) const function

Completed in 56 milliseconds