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

References

include/llvm/IR/Operator.h
  502     return getPointerOperandType()->getPointerAddressSpace();
lib/Analysis/BasicAliasAnalysis.cpp
 1090          GEP1->getPointerOperandType() == GEP2->getPointerOperandType() &&
 1090          GEP1->getPointerOperandType() == GEP2->getPointerOperandType() &&
 1386         GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) {
 1386         GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4582   auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType());