Searched defs:isPointerTy (Results 1 – 5 of 5) sorted by relevance
211 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
213 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
224 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
225 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
147 bool LLVMType::isPointerTy() { return isa<LLVMPointerType>(); } in isPointerTy() function in LLVMType