Searched refs:replace_with_unop (Results 1 – 1 of 1) sorted by relevance
495 static inline int replace_with_unop(struct instruction *insn, int op, pseudo_t src) in replace_with_unop() function1633 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()