Searched refs:GEPEltType (Results 1 – 1 of 1) sorted by relevance
1442 Type *GEPEltType = GEP.getSourceElementType(); in visitGetElementPtrInst() local1443 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()1721 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst()1781 if (auto *CATy = dyn_cast<ArrayType>(GEPEltType)) { in visitGetElementPtrInst()1839 DL.getTypeAllocSize(GEPEltType)) { in visitGetElementPtrInst()1856 if (GEPEltType->isSized() && SrcEltTy->isSized()) { in visitGetElementPtrInst()1859 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst()1895 if (GEPEltType->isSized() && SrcEltTy->isSized() && in visitGetElementPtrInst()1899 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst()1962 ((GEPEltType->isArrayTy() && SrcEltType->isVectorTy() && in visitGetElementPtrInst()[all …]