reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
334 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { 335 IndexToSplit = SExt->getOperand(0); 336 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { 339 IndexToSplit = ZExt->getOperand(0); 342 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { 346 if (requiresSignExtension(IndexToSplit, GEP) &&