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

Method true_value

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

Returns true/false constants (bool type)

Source from the content-addressed store, hash-verified

559
560 /// Returns true/false constants (bool type)
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

Callers 11

CodegenComputeFnMethod · 0.80
CodegenEvalRowMethod · 0.80
CodegenEqualsMethod · 0.80
CodegenEvalConjunctsMethod · 0.80
CodegenWriteSlotMethod · 0.80
CodegenReadRecordMethod · 0.80
CodegenSetToNullMethod · 0.80
CodegenIsNullPhiNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected