search for: build_nuw_neg

Displaying 3 results from an estimated 3 matches for "build_nuw_neg".

Did you mean: build_nsw_neg
2010 Feb 18
6
[LLVMdev] ocaml survey
...ring -> llbuilder -> llvalue external build_nsw_mul : llvalue -> llvalue -> string -> llbuilder -> llvalue external build_nuw_mul : llvalue -> llvalue -> string -> llbuilder -> llvalue external build_nsw_neg : llvalue -> string -> llbuilder -> llvalue external build_nuw_neg : llvalue -> string -> llbuilder -> llvalue external build_fneg : llvalue -> string -> llbuilder -> llvalue And I'm working on exposing metadata as well, but I'm not sure of the api yet. 4. Right now, there's a function "element_types" that return a structu...
2010 Feb 18
0
[LLVMdev] ocaml survey
...ilder -> llvalue external build_nsw_mul : llvalue -> llvalue -> > string -> llbuilder -> llvalue external build_nuw_mul : llvalue -> llvalue > -> string -> llbuilder -> llvalue external build_nsw_neg : llvalue -> > string -> llbuilder -> llvalue external build_nuw_neg : llvalue -> string > -> llbuilder -> llvalue external build_fneg : llvalue -> string -> > llbuilder -> llvalue > > And I'm working on exposing metadata as well, but I'm not sure of the api > yet. Looks good. > 4. Right now, there's a function &quot...
2010 Feb 19
0
[LLVMdev] ocaml survey
...-> llvalue > external build_nsw_mul : llvalue -> llvalue -> string -> llbuilder -> llvalue > external build_nuw_mul : llvalue -> llvalue -> string -> llbuilder -> llvalue > external build_nsw_neg : llvalue -> string -> llbuilder -> llvalue > external build_nuw_neg : llvalue -> string -> llbuilder -> llvalue > external build_fneg : llvalue -> string -> llbuilder -> llvalue > > And I'm working on exposing metadata as well, but I'm not sure of the api yet. p1. I'm a little confused about why the constant arithmetic oper...