Searched refs:getPointerOperandType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DOperator.h287 /// getPointerOperandType - Method to return the pointer operand as a
289 Type *getPointerOperandType() const { function in class:llvm::GEPOperator
H A DInstructions.h804 /// getPointerOperandType - Method to return the pointer operand as a
806 Type *getPointerOperandType() const { function in class:llvm::GetElementPtrInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoads.cpp66 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(),
H A DMemoryBuiltins.cpp517 APInt Offset(IntTyBits,TD->getIndexedOffset(GEP.getPointerOperandType(),Ops));
H A DInstructionSimplify.cpp2375 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DMergeFunctions.cpp352 uint64_t Offset1 = TD->getIndexedOffset(GEP1->getPointerOperandType(),
354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp505 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
618 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(),
1739 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices);
2050 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp1329 Type *TargetTy = GEP.getPointerOperandType()->getScalarType();
1338 GetElementPtrInst::getIndexedType(GEP.getPointerOperandType(), Idxs);
1341 if (GEP.getPointerOperandType()->isPointerTy()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1340 int64_t Offset = TD->getIndexedOffset(GEP->getPointerOperandType(), Ops);
H A DInstructionCombining.cpp1063 int64_t Offset = TD->getIndexedOffset(GEP.getPointerOperandType(), Ops);

Completed in 135 milliseconds