Searched refs:const_null (Results 1 – 19 of 19) sorted by relevance
227 (* CHECK: const_null{{.*}}zeroinit230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;232 ignore (define_global "const_null" c m);289 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in349 (const_gep (const_null (pointer_type i8_type))411 let zero32 = const_null i32_type in819 insist (not (value_is_block (const_null i32_type)));1083 (const_null (pointer_type (pointer_type i8_type)))
237 (* CHECK: const_null{{.*}}zeroinit240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;242 ignore (define_global "const_null" c m);307 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in367 (const_gep (const_null (pointer_type i8_type))465 let zero32 = const_null i32_type in867 insist (not (value_is_block (const_null i32_type)));1159 (const_null (pointer_type (pointer_type i8_type)))
972 ConstantPointerNull *const_null = ConstantPointerNull::get(cast<PointerType>(ptr_stype)); in visit_struct_variable_decl_stmt_node() local973 B.CreateStore(const_null, ptr_a); in visit_struct_variable_decl_stmt_node()1002 ConstantPointerNull *const_null = ConstantPointerNull::get(cast<PointerType>(ptr_stype)); in visit_struct_variable_decl_stmt_node() local1003 B.CreateStore(const_null, ptr_a); in visit_struct_variable_decl_stmt_node()
169 const_null double_type
187 const_null double_type
240 const_null double_type
676 const_null double_type1181 const_null double_type
1246 const_null double_type
1459 const_null double_type
664 const_null double_type1169 const_null double_type
787 (** [const_null ty] returns the constant null (zero) of the type [ty].789 val const_null : lltype -> llvalue val961 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))967 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
467 external const_null : lltype -> llvalue = "LLVMConstNull"
830 (** [const_null ty] returns the constant null (zero) of the type [ty].832 val const_null : lltype -> llvalue val1012 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))1018 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
547 external const_null : lltype -> llvalue = "LLVMConstNull"