Lines Matching refs:isPointerTy
91 if (!getType()->isPointerTy()) return false; in hasNonNullAttr()
102 if (!getType()->isPointerTy()) return false; in hasByValAttr()
107 if (!getType()->isPointerTy()) in hasByRefAttr()
121 if (!getType()->isPointerTy()) return false; in hasInAllocaAttr()
126 if (!getType()->isPointerTy()) in hasPreallocatedAttr()
132 if (!getType()->isPointerTy()) return false; in hasPassPointeeByValueCopyAttr()
140 if (!getType()->isPointerTy()) in hasPointeeInMemoryValueAttr()
188 assert(getType()->isPointerTy() && "Only pointers have alignments"); in getParamAlignment()
193 assert(getType()->isPointerTy() && "Only pointers have alignments"); in getParamAlign()
198 assert(getType()->isPointerTy() && "Only pointers have byval types"); in getParamByValType()
203 assert(getType()->isPointerTy() && "Only pointers have sret types"); in getParamStructRetType()
208 assert(getType()->isPointerTy() && "Only pointers have byval types"); in getParamByRefType()
213 assert(getType()->isPointerTy() && in getDereferenceableBytes()
219 assert(getType()->isPointerTy() && in getDereferenceableOrNullBytes()
225 if (!getType()->isPointerTy()) return false; in hasNestAttr()
230 if (!getType()->isPointerTy()) return false; in hasNoAliasAttr()
235 if (!getType()->isPointerTy()) return false; in hasNoCaptureAttr()
240 if (!getType()->isPointerTy()) return false; in hasStructRetAttr()