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