Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DOperator.cpp15 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
17 return I->getResultElementType(); in getResultElementType()
18 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
DConstantsContext.h241 Type *getResultElementType() const;
DConstants.cpp2281 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
DVerifier.cpp2892 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp914 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1021 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1027 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
DNaryReassociate.cpp406 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp551 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
/external/llvm/include/llvm/IR/
DOperator.h404 Type *getResultElementType() const;
DInstructions.h932 Type *getResultElementType() const {
/external/llvm/lib/Analysis/
DVectorUtils.cpp104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
DConstantFolding.cpp748 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp292 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers()
1184 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx, in RewriteHeapSROALoadUser()