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

/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2356 tree inner_nelts_cst = maybe_constant_value (inner_nelts);
2357 if (TREE_CODE (inner_nelts_cst) == INTEGER_CST)
2360 offset_int result = wi::mul (wi::to_offset (inner_nelts_cst),
2383 inner_nelts_cst,
2354 tree inner_nelts_cst = maybe_constant_value (inner_nelts); local

Completed in 41 milliseconds