Searched refs:RHSisZero (Results 1 – 2 of 2) sorted by relevance
6187 bool RHSisZero = MI->getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local6191 if (RHSisZero) { in EmitInstrWithCustomInserter()6209 MachineBasicBlock *destMBB = MI->getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()
8352 bool RHSisZero = MI.getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local8356 if (RHSisZero) { in EmitInstrWithCustomInserter()8374 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()