Searched refs:const_int (Results 1 – 6 of 6) sorted by relevance
63 const int *const_int; in foo() local65 …*(test0 ? const_int : nonconst_int) = 42; // expected-error {{read-only variable is not assignable… in foo()66 …*(test0 ? nonconst_int : const_int) = 42; // expected-error {{read-only variable is not assignable… in foo()
87 (* RUN: grep "const_int.*i32.*-1" < %t.ll90 let c = const_int i32_type (-1) in91 ignore (define_global "const_int" c m);98 let c = const_int i64_type (-1) in148 let one = const_int i16_type 1 in149 let two = const_int i16_type 2 in150 let three = const_int i32_type 3 in151 let four = const_int i32_type 4 in236 let five = const_int i64_type 5 in298 [| const_int i32_type 1 |])[all …]
41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
30 ignore (build_ret (const_int i32_type retval) b);
712 (** [const_int ty i] returns the integer constant of type [ty] and value [i].714 val const_int : lltype -> int -> llvalue val791 (const_int i32_type 0) (const_int i32_type 1)) i32_type], but considerably797 (const_int i32_type 1)) i64_type], but considerably more readable.
397 external const_int : lltype -> int -> llvalue = "llvm_const_int"