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