Searched refs:replaceInstWithConstant (Results 1 – 3 of 3) sorted by relevance
442 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);445 bool replaceInstWithConstant(MachineInstr &MI, APInt C);
224 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;230 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;236 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;715 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;782 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
2517 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper2525 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper