Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A 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
H A Dlatent_entropy_plugin.c337 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()