Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h399 Type *getPointerOperandType() const { in getPointerOperandType() function
407 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace()
470 Type *getPointerOperandType() const { in getPointerOperandType() function
476 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
DGetElementPtrTypeIterator.h107 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType()) in gep_type_begin()
118 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType()) in gep_type_begin()
DInstructions.h981 Type *getPointerOperandType() const {
987 return getPointerOperandType()->getPointerAddressSpace();
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp513 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType()); in CanConvertToScalar()
626 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(), in ConvertUsesToScalar()
1752 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in isSafeGEP()
2068 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in RewriteGEP()
DRewriteStatepointsForGC.cpp2140 Type *ValTy = GEP->getPointerOperandType()->getPointerElementType(); in chainToBasePointerCost()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3405 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends()
3839 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
DInstructionSimplify.cpp3051 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
/external/llvm/lib/IR/
DVerifier.cpp2654 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst()
2671 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst()
2672 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1346 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
1568 Type *PtrTy = GEP.getPointerOperandType(); in visitGetElementPtrInst()