Searched defs:PointerTyID (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DType.h73 PointerTyID, ///< 15: Pointers enumerator in enum:llvm::Type::TypeID
210 bool isPointerTy() const { return getTypeID() == PointerTyID; }
264 getTypeID() == PointerTyID ||
431 return Ty.getTypeID() == Type::PointerTyID;

Completed in 116 milliseconds