Searched refs:icst (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | match.pd | 5157 REAL_VALUE_TYPE icst; 5159 real_ceil (&icst, fmt, cst); 5161 real_floor (&icst, fmt, cst); 5163 real_trunc (&icst, fmt, cst); 5165 bool cst_int_p = !real_isnan (cst) && real_identical (&icst, cst); 5169 = real_to_integer (&icst, &overflow_p, TYPE_PRECISION (itype));
|
| D | tree.cc | 10464 wide_int icst = wi::to_wide (cst); in bitmask_inv_cst_vector_p() local 10465 wide_int inv = wi::bit_not (icst); in bitmask_inv_cst_vector_p() 10466 icst = wi::add (1, inv); in bitmask_inv_cst_vector_p() 10467 if (wi::popcount (icst) != 1) in bitmask_inv_cst_vector_p()
|