Searched refs:GEPEltType (Results 1 – 1 of 1) sorted by relevance
2713 Type *GEPEltType = GEP.getSourceElementType(); in visitGetElementPtrInst() local2715 simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.getNoWrapFlags(), in visitGetElementPtrInst()2782 if (!GEPEltType->isIntegerTy(8) && GEP.hasAllConstantIndices()) { in visitGetElementPtrInst()2795 if (GEPEltType->isScalableTy() || in visitGetElementPtrInst()2796 (!GEPEltType->isIntegerTy(8) && GEP.getNumIndices() == 1 && in visitGetElementPtrInst()2918 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType).getFixedValue(); in visitGetElementPtrInst()