<div dir="ltr">The .ll file snippet like this:<div><br></div><div>%call162 = call i32 @pthread_create(i64* %arrayidx159, %union.pthread_attr_t* null, i8* (i8*)* bitcast (i32 (i8*)* @bs_thread to i8* (i8*)*), i8* %121) #9, !dbg !264<br></div><div><br></div><div>The function is pthread_create, the 3rd argument is a function that is bs_thread(the function name), but how to determine it is a function pointer or not?</div><div><br></div><div>The 3rd argument's type only is a PointerType, then I don't know how to determine it is a function pointer or not?</div><div><br></div><div>Thank you! I am very appreciate your help. :)</div></div>