Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dgcc-common.h850 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() argument
852 return gimple_build_assign(lhs, subcode, op1, op2 PASS_MEM_STAT); in gimple_build_assign_with_ops()