Lines Matching defs:GetElementPtrInst
260 if (isa<GetElementPtrInst>(U.getUser()))
278 if (isa<GetElementPtrInst>(Inst))
390 const std::map<GetElementPtrInst *, Value *> &GEPIdx) {
391 auto *GEP = dyn_cast<GetElementPtrInst>(Ptr->stripPointerCasts());
400 static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca,
452 std::map<GetElementPtrInst *, Value *> &GEPVectorIdx, Value *CurVal,
760 std::map<GetElementPtrInst *, Value *> GEPVectorIdx;
815 if (auto *GEP = dyn_cast<GetElementPtrInst>(Inst)) {
849 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr);
1199 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UseInst)) {