Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/gcc-plugins/ !
Dgcc-common.h311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() function
Dlatent_entropy_plugin.c337 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()