Home
last modified time | relevance | path

Searched refs:const_null (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml176 (* RUN: grep {const_null.*zeroinit} < %t.ll
179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
181 ignore (define_global "const_null" c m);
238 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
297 (const_gep (const_null (pointer_type i8_type))
357 let zero32 = const_null i32_type in
736 insist (not (value_is_block (const_null i32_type)));
1191 (const_null (pointer_type (pointer_type i8_type)))
/external/llvm/test/Bindings/OCaml/
Dcore.ml227 (* CHECK: const_null{{.*}}zeroinit
230 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 in
349 (const_gep (const_null (pointer_type i8_type))
411 let zero32 = const_null i32_type in
819 insist (not (value_is_block (const_null i32_type)));
1083 (const_null (pointer_type (pointer_type i8_type)))
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml237 (* CHECK: const_null{{.*}}zeroinit
240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
242 ignore (define_global "const_null" c m);
299 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
359 (const_gep (const_null (pointer_type i8_type))
457 let zero32 = const_null i32_type in
859 insist (not (value_is_block (const_null i32_type)));
1151 (const_null (pointer_type (pointer_type i8_type)))
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc972 ConstantPointerNull *const_null = ConstantPointerNull::get(cast<PointerType>(ptr_stype)); in visit_struct_variable_decl_stmt_node() local
973 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() local
1003 B.CreateStore(const_null, ptr_a); in visit_struct_variable_decl_stmt_node()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml169 const_null double_type
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml169 const_null double_type
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml169 const_null double_type
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml187 const_null double_type
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml187 const_null double_type
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml187 const_null double_type
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml240 const_null double_type
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml240 const_null double_type
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml240 const_null double_type
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli643 (** [const_null ty] returns the constant null (zero) of the type [ty].
645 val const_null : lltype -> llvalue val
789 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
795 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
Dllvm.ml375 external const_null : lltype -> llvalue = "LLVMConstNull"
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst676 const_null double_type
1181 const_null double_type
DOCamlLangImpl6.rst1246 const_null double_type
DOCamlLangImpl7.rst1459 const_null double_type
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DOCamlLangImpl5.rst664 const_null double_type
1169 const_null double_type
DOCamlLangImpl6.rst1246 const_null double_type
DOCamlLangImpl7.rst1459 const_null double_type
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli811 (** [const_null ty] returns the constant null (zero) of the type [ty].
813 val const_null : lltype -> llvalue val
985 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
991 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
Dllvm.ml535 external const_null : lltype -> llvalue = "LLVMConstNull"
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli787 (** [const_null ty] returns the constant null (zero) of the type [ty].
789 val const_null : lltype -> llvalue val
961 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
967 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
Dllvm.ml467 external const_null : lltype -> llvalue = "LLVMConstNull"