Searched refs:replaceInstWithConstant (Results 1 – 3 of 3) sorted by relevance
210 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;216 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;222 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;621 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
381 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);
2756 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper