<div dir="ltr">Hi all, as a LLVM beginner I would like to know how can i check the pointer types with different levels like int 32* and int 32**, int 32***? <div><br></div><div>By using value->getType()->isPointerTy() i can just know they are pointers. But the dump results clearly show they are different. Is there a good way to calculate their actual point to levels? Thanks!</div><div><br></div><div><br></div><div>Best regards,</div><div><br></div><div>Shen</div></div>