Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-prop.cc1291 gimple *pstmt = SSA_NAME_DEF_STMT (op); in unadjusted_ptr_and_unit_offset() local
1293 if (gimple_assign_single_p (pstmt)) in unadjusted_ptr_and_unit_offset()
1294 op = gimple_assign_rhs1 (pstmt); in unadjusted_ptr_and_unit_offset()
1295 else if (is_gimple_assign (pstmt) in unadjusted_ptr_and_unit_offset()
1296 && gimple_assign_rhs_code (pstmt) == POINTER_PLUS_EXPR) in unadjusted_ptr_and_unit_offset()
1299 if (ptrdiff_tree_p (gimple_assign_rhs2 (pstmt), in unadjusted_ptr_and_unit_offset()
1304 op = gimple_assign_rhs1 (pstmt); in unadjusted_ptr_and_unit_offset()