Lines Matching refs:GetElementPtrInst
87 Value *checkGEP(Value *&Offsets, FixedVectorType *Ty, GetElementPtrInst *GEP,
127 Value *Ptr, GetElementPtrInst *GEP,
139 Value *foldGEP(GetElementPtrInst *GEP, Value *&Offsets, IRBuilder<> &Builder);
218 GetElementPtrInst *GEP, in checkGEP()
477 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); in tryCreateMaskedGatherOffset()
618 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); in tryCreateMaskedScatterOffset()
654 IntrinsicInst *I, Value *BasePtr, Value *Offsets, GetElementPtrInst *GEP, in tryCreateIncrementingGatScat()
869 if (isa<GetElementPtrInst>(U) || in hasAllGatScatUsers()
1101 Value *MVEGatherScatterLowering::foldGEP(GetElementPtrInst *GEP, in foldGEP()
1110 GetElementPtrInst *BaseGEP; in foldGEP()
1111 if ((BaseGEP = dyn_cast<GetElementPtrInst>(GEPPtr))) { in foldGEP()
1127 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Address); in optimiseAddress()
1132 dyn_cast<GetElementPtrInst>(GEP->getPointerOperand())) { in optimiseAddress()
1144 GetElementPtrInst *NewAddress = GetElementPtrInst::Create( in optimiseAddress()