Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GetElementPtrInst

27       isa<GetElementPtrInst>(Inst))
39 // if (isa<BitCastInst>(PtrInst) || isa<GetElementPtrInst>(PtrInst))
216 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) {
241 if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(U))
397 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) {
407 GetElementPtrInst *Result =
408 GetElementPtrInst::Create(GEPOps[0], makeArrayRef(GEPOps).slice(1),