Lines Matching refs:isPointerTy
97 if (!getType()->isPointerTy()) return false; in hasNonNullAttr()
110 if (!getType()->isPointerTy()) return false; in hasByValAttr()
115 if (!getType()->isPointerTy()) in hasByRefAttr()
129 if (!getType()->isPointerTy()) return false; in hasInAllocaAttr()
134 if (!getType()->isPointerTy()) in hasPreallocatedAttr()
140 if (!getType()->isPointerTy()) return false; in hasPassPointeeByValueCopyAttr()
148 if (!getType()->isPointerTy()) in hasPointeeInMemoryValueAttr()
192 assert(getType()->isPointerTy() && "Only pointers have alignments"); in getParamAlignment()
197 assert(getType()->isPointerTy() && "Only pointers have alignments"); in getParamAlign()
206 assert(getType()->isPointerTy() && "Only pointers have byval types"); in getParamByValType()
211 assert(getType()->isPointerTy() && "Only pointers have sret types"); in getParamStructRetType()
216 assert(getType()->isPointerTy() && "Only pointers have byref types"); in getParamByRefType()
221 assert(getType()->isPointerTy() && "Only pointers have inalloca types"); in getParamInAllocaType()
226 assert(getType()->isPointerTy() && in getDereferenceableBytes()
232 assert(getType()->isPointerTy() && in getDereferenceableOrNullBytes()
238 if (!getType()->isPointerTy()) return false; in hasNestAttr()
243 if (!getType()->isPointerTy()) return false; in hasNoAliasAttr()
248 if (!getType()->isPointerTy()) return false; in hasNoCaptureAttr()
253 if (!getType()->isPointerTy()) return false; in hasNoFreeAttr()
258 if (!getType()->isPointerTy()) return false; in hasStructRetAttr()