Lines Matching refs:GetElementPtrInst
95 GetElementPtrInst *GEP, IRBuilder<> &Builder);
147 Value *foldGEP(GetElementPtrInst *GEP, Value *&Offsets, IRBuilder<> &Builder);
229 if (auto *GEP = dyn_cast<GetElementPtrInst>(Ptr)) { in decomposePtr()
254 GetElementPtrInst *GEP, in decomposeGEP()
729 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); in tryCreateIncrementingGatScat()
934 if (isa<GetElementPtrInst>(U) || in hasAllGatScatUsers()
1155 Value *MVEGatherScatterLowering::foldGEP(GetElementPtrInst *GEP, in foldGEP()
1164 GetElementPtrInst *BaseGEP; in foldGEP()
1165 if ((BaseGEP = dyn_cast<GetElementPtrInst>(GEPPtr))) { in foldGEP()
1181 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Address); in optimiseAddress()
1186 dyn_cast<GetElementPtrInst>(GEP->getPointerOperand())) { in optimiseAddress()
1197 GetElementPtrInst *NewAddress = GetElementPtrInst::Create( in optimiseAddress()