Searched refs:arg_num_expr (Results 1 – 7 of 7) sorted by relevance
280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument283 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()286 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
466 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument469 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()472 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
540 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument543 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()546 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
383 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument386 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()389 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
5522 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_attribute_operand() argument5525 if (tree_fits_uhwi_p (arg_num_expr)) in get_attribute_operand()5527 *valp = tree_to_uhwi (arg_num_expr); in get_attribute_operand()
5842 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_attribute_operand() argument5845 if (tree_fits_uhwi_p (arg_num_expr)) in get_attribute_operand()5847 *valp = tree_to_uhwi (arg_num_expr); in get_attribute_operand()