Searched refs:SrcFAbs (Results 1 – 1 of 1) sorted by relevance
2587 if (MachineInstr *SrcFAbs = getOpcodeDef(AMDGPU::G_FABS, ModSrc, MRI)) in stripAnySourceMods() local2588 ModSrc = SrcFAbs->getOperand(1).getReg(); in stripAnySourceMods()2589 } else if (MachineInstr *SrcFAbs = getOpcodeDef(AMDGPU::G_FABS, ModSrc, MRI)) in stripAnySourceMods() local2590 ModSrc = SrcFAbs->getOperand(1).getReg(); in stripAnySourceMods()