Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:GEP

735       GetElementPtrInst *GEP = GetElementPtrInst::Create(Ptr, Idx, "", I);
736 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
737 return GEP;