| 109 | virtual Status GetCodegendComputeFnImpl(LlvmCodeGen* codegen, llvm::Function** fn) |
| 110 | override WARN_UNUSED_RESULT; |
| 111 | virtual std::string DebugString() const override { |
| 112 | return ScalarExpr::DebugString("CoalesceExpr"); |
| 113 | } |
| 114 | |
| 115 | protected: |
| 116 | friend class ScalarExpr; |
nothing calls this directly
no test coverage detected