Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c495 static inline int replace_with_unop(struct instruction *insn, int op, pseudo_t src) in replace_with_unop() function
1633 return replace_with_unop(insn, OP_NEG, insn->src2); in simplify_constant_leftside()
1890 return replace_with_unop(insn, OP_NEG, def->src2); in simplify_sub()
1892 return replace_with_unop(insn, OP_NEG, def->src1); in simplify_sub()