I am new to llvm and am stuck up with a problem. <br>I am trying to initialize a Value* of type fp128 having the value 0<br><br>I am using the following construct <br><br>ConstantFP::get(APFloat(APInt(128,0,false))); <br><br>
This is returning a double instead of a float and I am confused. <br><br>Thanks a lot for your help. <br><br><br> <br clear="all"><br>-- <br> -- Aparna<br>