Searched refs:replaceInstWithConstant (Results 1 – 3 of 3) sorted by relevance
385 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);388 bool replaceInstWithConstant(MachineInstr &MI, APInt C);
211 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;217 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;223 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;639 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;670 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
2802 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper2810 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper