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

/external/llvm/include/llvm/IR/
H A DType.h215 /// isPointerTy - True if this is an instance of PointerType.
217 bool isPointerTy() const { return getTypeID() == PointerTyID; } function in class:llvm::Type
222 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
252 isPointerTy() || isVectorTy();

Completed in 485 milliseconds