<div dir="ltr"><div><div><div>Hello,<br><br></div>I'm using LLVM 3.4 and have the following IR instruction:<br>           %tmp1 = load <b><2 x float>*</b> %tmp, align 1, !dbg !26<br><br></div>The operand 0 of the load instruction is of type PointerType. I've checked this using: I.getOperand(0)->getType()->isPointerTy().<br></div><div>I would appreciate if someone could tell me how I could extract from this PointerType operand the vector size (2) and the scalar type (float).<br><br></div><div>Many thanks,<br></div><div>Simona<br></div><div><br></div> <br></div>