Home
last modified time | relevance | path

Searched refs:RHSisZero (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12231 bool RHSisZero = MI.getOpcode() == ARM::BCCZi64; in EmitInstrWithCustomInserter() local
12235 if (RHSisZero) { in EmitInstrWithCustomInserter()
12255 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter()