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