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

/external/llvm/include/llvm/
H A DType.h65 PointerTyID, ///< 13: Pointers enumerator in enum:llvm::Type::TypeID
185 bool isPointerTy() const { return ID == PointerTyID; }
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID;
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
363 return Ty.getTypeID() == Type::PointerTyID;

Completed in 34 milliseconds