Searched defs:ConstantPointerNull (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h481 /// ConstantPointerNull - a constant pointer value that points to null
483 class ConstantPointerNull : public Constant { class in namespace:llvm
485 ConstantPointerNull(const ConstantPointerNull &) LLVM_DELETED_FUNCTION;
487 explicit ConstantPointerNull(PointerType *T) function in class:llvm::ConstantPointerNull
498 static ConstantPointerNull *get(PointerType *T);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml269 | ConstantPointerNull Constructor in type:ValueKind/t
H A Dllvm_ocaml.c487 ConstantPointerNull, enumerator in enum:ValueKind
514 DEFINE_CASE(Val, ConstantPointerNull);

Completed in 116 milliseconds