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

References

include/llvm/IR/Instructions.h
  993     return getPointerAddressSpace();
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  247                                        GEP->getPointerAddressSpace()))
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  939         !NullPointerIsDefined(LI.getFunction(), GEPI->getPointerAddressSpace()))
lib/Transforms/InstCombine/InstructionCombining.cpp
 1914     unsigned AS = GEP.getPointerAddressSpace();
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  959     unsigned AddrSpace = GEP->getPointerAddressSpace();
 1095                                        GEP->getPointerAddressSpace());
lib/Transforms/Utils/Local.cpp
 1677         M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace());