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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h183 /// isPointerTy - True if this is an instance of PointerType.
185 bool isPointerTy() const { return ID == PointerTyID; } function in class:llvm::Type
/external/llvm/include/llvm/IR/
H A DType.h211 bool isPointerTy() const { return getTypeID() == PointerTyID; } function in class:llvm::Type
214 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
239 isPointerTy() || isVectorTy();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h213 bool isPointerTy() const { return getTypeID() == PointerTyID; } function in class:llvm::Type
216 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
241 isPointerTy() || isVectorTy();

Completed in 322 milliseconds