Home
last modified time | relevance | path

Searched refs:IndexToSplit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp368 Value *IndexToSplit = GEP->getOperand(I + 1); in tryReassociateGEPAtIndex() local
369 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex()
370 IndexToSplit = SExt->getOperand(0); in tryReassociateGEPAtIndex()
371 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex()
374 IndexToSplit = ZExt->getOperand(0); in tryReassociateGEPAtIndex()
377 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
381 if (requiresSignExtension(IndexToSplit, GEP) && in tryReassociateGEPAtIndex()