@@ -1171,36 +1171,6 @@ val const_in_bounds_gep : lltype -> llvalue -> llvalue array -> llvalue
1171
1171
See the method [llvm::ConstantExpr::getTrunc]. *)
1172
1172
val const_trunc : llvalue -> lltype -> llvalue
1173
1173
1174
- (* * [const_fptrunc c ty] returns the constant truncation of floating point
1175
- constant [c] to the smaller floating point type [ty].
1176
- See the method [llvm::ConstantExpr::getFPTrunc]. *)
1177
- val const_fptrunc : llvalue -> lltype -> llvalue
1178
-
1179
- (* * [const_fpext c ty] returns the constant extension of floating point constant
1180
- [c] to the larger floating point type [ty].
1181
- See the method [llvm::ConstantExpr::getFPExt]. *)
1182
- val const_fpext : llvalue -> lltype -> llvalue
1183
-
1184
- (* * [const_uitofp c ty] returns the constant floating point conversion of
1185
- unsigned integer constant [c] to the floating point type [ty].
1186
- See the method [llvm::ConstantExpr::getUIToFP]. *)
1187
- val const_uitofp : llvalue -> lltype -> llvalue
1188
-
1189
- (* * [const_sitofp c ty] returns the constant floating point conversion of
1190
- signed integer constant [c] to the floating point type [ty].
1191
- See the method [llvm::ConstantExpr::getSIToFP]. *)
1192
- val const_sitofp : llvalue -> lltype -> llvalue
1193
-
1194
- (* * [const_fptoui c ty] returns the constant unsigned integer conversion of
1195
- floating point constant [c] to integer type [ty].
1196
- See the method [llvm::ConstantExpr::getFPToUI]. *)
1197
- val const_fptoui : llvalue -> lltype -> llvalue
1198
-
1199
- (* * [const_fptoui c ty] returns the constant unsigned integer conversion of
1200
- floating point constant [c] to integer type [ty].
1201
- See the method [llvm::ConstantExpr::getFPToSI]. *)
1202
- val const_fptosi : llvalue -> lltype -> llvalue
1203
-
1204
1174
(* * [const_ptrtoint c ty] returns the constant integer conversion of
1205
1175
pointer constant [c] to integer type [ty].
1206
1176
See the method [llvm::ConstantExpr::getPtrToInt]. *)
@@ -1226,11 +1196,6 @@ val const_trunc_or_bitcast : llvalue -> lltype -> llvalue
1226
1196
See the method [llvm::ConstantExpr::getPointerCast]. *)
1227
1197
val const_pointercast : llvalue -> lltype -> llvalue
1228
1198
1229
- (* * [const_fpcast c ty] returns a constant fpext, bitcast, or fptrunc for fp ->
1230
- fp casts of constant [c] to type [ty].
1231
- See the method [llvm::ConstantExpr::getFPCast]. *)
1232
- val const_fpcast : llvalue -> lltype -> llvalue
1233
-
1234
1199
(* * [const_extractelement vec i] returns the constant [i]th element of
1235
1200
constant vector [vec]. [i] must be a constant [i32] value unsigned less than
1236
1201
the size of the vector.
0 commit comments