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