MCPcopy Create free account
hub / github.com/apache/impala / null_ptr_value

Method null_ptr_value

be/src/codegen/llvm-codegen.h:563–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 llvm::Constant* true_value() { return true_value_; }
562 llvm::Constant* false_value() { return false_value_; }
563 llvm::Constant* null_ptr_value() { return llvm::ConstantPointerNull::get(ptr_type()); }
564
565 /// Simple wrappers to reduce code verbosity
566 llvm::Type* bool_type() { return llvm::Type::getInt1Ty(context()); }

Callers 5

CodegenEvalMethod · 0.80
CodegenInsertMethod · 0.80
CodegenReadScalarMethod · 0.80
CodegenHashRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected