Searched refs:matchOperandIsZero (Results 1 – 3 of 3) sorted by relevance
407 bool matchOperandIsZero(MachineInstr &MI, unsigned OpIdx);
302 [{ return Helper.matchOperandIsZero(*${root}, 1); }]),326 [{ return Helper.matchOperandIsZero(*${root}, 2); }]),
2730 bool CombinerHelper::matchOperandIsZero(MachineInstr &MI, unsigned OpIdx) { in matchOperandIsZero() function in CombinerHelper