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

References

include/llvm/IR/DataLayout.h
  629   case Type::PointerTyID:
include/llvm/IR/DerivedTypes.h
  611     return T->getTypeID() == PointerTyID;
include/llvm/IR/Type.h
  224   bool isPointerTy() const { return getTypeID() == PointerTyID; }
  268         getTypeID() == PointerTyID ||
  382     assert(getTypeID() == PointerTyID);
  479     return Ty.getTypeID() == Type::PointerTyID;
lib/Bitcode/Writer/BitcodeWriter.cpp
  891     case Type::PointerTyID: {
lib/CodeGen/ValueTypes.cpp
  464   case Type::PointerTyID:   return MVT(MVT::iPTR);
lib/ExecutionEngine/ExecutionEngine.cpp
  772         case Type::PointerTyID:
  904   case Type::PointerTyID:
 1042   case Type::PointerTyID:
 1088   case Type::PointerTyID:
lib/ExecutionEngine/Interpreter/Execution.cpp
  197     IMPLEMENT_POINTER_ICMP(==);
  211     IMPLEMENT_POINTER_ICMP(!=);
  225     IMPLEMENT_POINTER_ICMP(<);
  239     IMPLEMENT_POINTER_ICMP(<);
  253     IMPLEMENT_POINTER_ICMP(>);
  267     IMPLEMENT_POINTER_ICMP(>);
  281     IMPLEMENT_POINTER_ICMP(<=);
  295     IMPLEMENT_POINTER_ICMP(<=);
  309     IMPLEMENT_POINTER_ICMP(>=);
  323     IMPLEMENT_POINTER_ICMP(>=);
 1784   IMPLEMENT_VAARG(Pointer);
 1966     case Type::PointerTyID:
 2013     case Type::PointerTyID:
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
   87   case Type::PointerTyID: return 'P';
lib/ExecutionEngine/MCJIT/MCJIT.cpp
  599     case Type::PointerTyID:
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
  118     case Type::PointerTyID:
lib/IR/AsmWriter.cpp
  608   case Type::PointerTyID: {
lib/IR/Constants.cpp
  312   case Type::PointerTyID:
lib/IR/Core.cpp
  505   case Type::PointerTyID:
lib/IR/DataLayout.cpp
  710   case Type::PointerTyID: {
lib/IR/Type.cpp
  653   : Type(E->getContext(), PointerTyID), PointeeTy(E) {
lib/Linker/IRMover.cpp
  309   case Type::PointerTyID:
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  153   case Type::PointerTyID:
  594   case Type::PointerTyID:
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  433         } else if (ArgType->getTypeID() == Type::PointerTyID) {
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  315   case Type::PointerTyID:
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1307   case Type::PointerTyID:
 1882   case Type::PointerTyID: {
lib/Transforms/IPO/GlobalOpt.cpp
  130       case Type::PointerTyID: return true;
lib/Transforms/Utils/FunctionComparator.cpp
  440   case Type::PointerTyID:
tools/clang/lib/CodeGen/TargetInfo.cpp
 8274         case llvm::Type::PointerTyID: