Searched refs:DefClamp (Results 1 – 1 of 1) sorted by relevance
2119 MachineOperand *DefClamp = TII->getNamedOperand(*Def, AMDGPU::OpName::clamp); in tryFoldClamp() local2120 if (!DefClamp) in tryFoldClamp()2123 LLVM_DEBUG(dbgs() << "Folding clamp " << *DefClamp << " into " << *Def); in tryFoldClamp()2126 DefClamp->setImm(1); in tryFoldClamp()