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

/external/llvm/include/llvm/IR/
H A DType.h219 /// isPtrOrPtrVectorTy - Return true if this is a pointer type or a vector of
222 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } function in class:llvm::Type

Completed in 529 milliseconds