Searched refs:gimple_build_assign_with_ops (Results 1 – 2 of 2) sorted by relevance
311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() function
337 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()