reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4765 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { 4771 Op0 = ZExt->getOperand(0); 4774 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { 4780 Op0 = SExt->getOperand(0); 4785 unsigned Op0Reg = getRegForValue(Op0); 4788 bool Op0IsKill = hasTrivialKill(Op0);