Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c39 static bool ci_is_const(const struct const_arg_info *ci) in ci_is_const() function
81 if (!ci_is_const(dst)) { in const_reg_xfer()
93 if (!ci_is_const(dst) && !ci_is_map_value(dst)) { in const_reg_xfer()
100 if (!ci_is_const(dst) && !ci_is_map_value(dst)) { in const_reg_xfer()
107 if (!ci_is_const(dst)) { in const_reg_xfer()
119 if (ci_is_const(dst) && dst->val == 0) in const_reg_xfer()
121 if (ci_is_const(src) && src->val == 0) { in const_reg_xfer()
126 if (!ci_is_const(dst) || !ci_is_const(src)) { in const_reg_xfer()
137 if (ci_is_const(dst)) in const_reg_xfer()