Searched refs:matchDivByPow2 (Results 1 – 3 of 3) sorted by relevance
683 bool matchDivByPow2(MachineInstr &MI, bool IsSigned);
1080 [{ return Helper.matchDivByPow2(*${root}, /*IsSigned=*/true); }]),1086 [{ return Helper.matchDivByPow2(*${root}, /*IsSigned=*/false); }]),
5479 bool CombinerHelper::matchDivByPow2(MachineInstr &MI, bool IsSigned) { in matchDivByPow2() function in CombinerHelper