llvm::Type::isPtrOrPtrVectorTy

Return true if this is a pointer type or a vector of pointer types.

Synopsis

Declared in <llvm/IR/Type.h>

bool
isPtrOrPtrVectorTy() const;

Return Value

true if this is a pointer type or vector thereof.