Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:GetElementPtrInst

1067 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) {
1174 GetElementPtrInst::CreateInBounds(Src->getOperand(0), Indices,
1176 GetElementPtrInst::Create(Src->getOperand(0), Indices, GEP.getName());
1209 GetElementPtrInst *Res =
1210 GetElementPtrInst::Create(StrippedPtr, Idx, GEP.getName());
1469 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I)) {