ir_to_llvm.cpp | 328 llvm::Value* llvm_pointer(class ir_rvalue* ir) function in class:ir_to_llvm_visitor 335 return bld.CreateInBoundsGEP(llvm_pointer(deref->array), gep, gep + 2); 342 return bld.CreateConstInBoundsGEP2_32(llvm_pointer(deref->record), 0, idx); [all...] |