Searched refs:ptr_stype (Results 1 – 1 of 1) sorted by relevance
966 Type *ptr_stype = n->is_pointer() ? PointerType::getUnqual(stype) : (PointerType *)stype; in visit_struct_variable_decl_stmt_node() local967 AllocaInst *ptr_a = make_alloca(resolve_entry_stack(), ptr_stype); in visit_struct_variable_decl_stmt_node()972 ConstantPointerNull *const_null = ConstantPointerNull::get(cast<PointerType>(ptr_stype)); in visit_struct_variable_decl_stmt_node()999 Value *cast_1 = B.CreateBitCast(pop_expr(), ptr_stype); in visit_struct_variable_decl_stmt_node()1002 ConstantPointerNull *const_null = ConstantPointerNull::get(cast<PointerType>(ptr_stype)); in visit_struct_variable_decl_stmt_node()