Home
last modified time | relevance | path

Searched refs:convert_to_ptrofftype (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h209 #define convert_to_ptrofftype(t) convert_to_ptrofftype_loc (UNKNOWN_LOCATION, t) macro
H A Dtree-ssa-loop-manip.c116 step = convert_to_ptrofftype (step); in create_iv()
H A Dtree-vect-stmts.c7831 convert_to_ptrofftype (dr_offset), in vectorizable_store()
7832 convert_to_ptrofftype (DR_INIT (first_dr_info->dr)))); in vectorizable_store()
8926 convert_to_ptrofftype (dr_offset), in vectorizable_load()
8927 convert_to_ptrofftype (DR_INIT (first_dr_info->dr)))); in vectorizable_load()
H A Dasan.c414 len = convert_to_ptrofftype (len); in asan_mem_ref_get_end()
H A Dtree-ssa-strlen.c807 lhs = convert_to_ptrofftype (lhs); in get_string_length()
H A Dtree-ssa-loop-ivopts.c1336 step = convert_to_ptrofftype (step); in find_bivs()
H A Dfold-const.c8624 convert_to_ptrofftype (TREE_OPERAND (t, 1))); in build_fold_addr_expr_with_type_loc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h234 #define convert_to_ptrofftype(t) convert_to_ptrofftype_loc (UNKNOWN_LOCATION, t) macro
H A Dtree-ssa-loop-manip.cc116 step = convert_to_ptrofftype (step); in create_iv()
H A Dtree-vect-stmts.cc7974 convert_to_ptrofftype (dr_offset), in vectorizable_store()
7975 convert_to_ptrofftype (DR_INIT (first_dr_info->dr)))); in vectorizable_store()
9160 convert_to_ptrofftype (dr_offset), in vectorizable_load()
9161 convert_to_ptrofftype (DR_INIT (first_dr_info->dr)))); in vectorizable_load()
H A Dasan.cc485 len = convert_to_ptrofftype (len); in asan_mem_ref_get_end()
H A Dtree-ssa-strlen.cc882 lhs = convert_to_ptrofftype (lhs); in get_string_length()
H A Dtree-ssa-loop-ivopts.cc1337 step = convert_to_ptrofftype (step); in find_bivs()
H A Dfold-const.cc9237 convert_to_ptrofftype (TREE_OPERAND (t, 1))); in build_fold_addr_expr_with_type_loc()
H A DChangeLog-201114303 (convert_to_ptrofftype): Define.
14314 convert_to_ptrofftype.
14335 * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
14339 convert_to_ptrofftype.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c5246 offset = convert_to_ptrofftype (offset); in cxx_eval_increment_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc6040 offset = convert_to_ptrofftype (offset); in cxx_eval_increment_expression()