reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/Instructions.h
 1037     return getPointerOperandType()->getPointerAddressSpace();
lib/Analysis/InstructionSimplify.cpp
 3441         Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType());
lib/IR/Verifier.cpp
 3274   Type *TargetTy = GEP.getPointerOperandType()->getScalarType();
 3295     if (GEP.getPointerOperandType()->isVectorTy())
 3296       Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(),
lib/Transforms/InstCombine/InstCombineCasts.cpp
 1790          GEP->getType() == GEP->getPointerOperandType())) {
lib/Transforms/InstCombine/InstructionCombining.cpp
 1651       DL.getIndexType(GEP.getPointerOperandType()->getScalarType());
tools/polly/lib/Support/ScopHelper.cpp
  666   Type *Ty = GEP->getPointerOperandType();