Returns the current type-lowered value.
| 149 | |
| 150 | /// Returns the current type-lowered value. |
| 151 | llvm::Value* GetLoweredValue() const { return value_; } |
| 152 | |
| 153 | /// Gets the 'is_null' field of the *Val. |
| 154 | llvm::Value* GetIsNull(const char* name = "is_null") const; |
no outgoing calls
no test coverage detected