Home
last modified time | relevance | path

Searched refs:GEPEltType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2713 Type *GEPEltType = GEP.getSourceElementType(); in visitGetElementPtrInst() local
2715 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()