| 141 | llvm::IRBuilder<>* ir_builder() { return generator_->ir_builder(); } |
| 142 | llvm::Module* module() { return generator_->module(); } |
| 143 | llvm::Constant* CreateGlobalStringPtr(const std::string& string) { |
| 144 | return generator_->CreateGlobalStringPtr(string); |
| 145 | } |
| 146 | |
| 147 | // Generate the code to build the combined validity (bitwise and) from the |
| 148 | // vector of validities. |
no outgoing calls
no test coverage detected