• Home
  • Raw
  • Download

Lines Matching refs:CreateBitCast

385         Value *skb_ptr8 = B.CreateBitCast(skb_ptr, B.getInt8PtrTy());  in visit_packet_expr_node()
396 Value *skb_ptr8 = B.CreateBitCast(skb_ptr, B.getInt8PtrTy()); in visit_packet_expr_node()
593 Value *key_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in emit_table_lookup()
607 … expr_ = B.CreateBitCast(pop_expr(), cast<PointerType>(it->second->getType())->getElementType()); in emit_table_lookup()
634 Value *key_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in emit_table_update()
638 Value *value_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in emit_table_update()
664 Value *key_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in emit_table_delete()
703 Value *lhs = B.CreateBitCast(pop_expr(), Type::getInt64PtrTy(ctx())); in emit_atomic_add()
743 Value *skb_ptr8 = B.CreateBitCast(skb_ptr, B.getInt8PtrTy()); in emit_incr_cksum()
805 Value *key_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in visit_table_index_expr_node()
808 …Value *lookup1 = B.CreateBitCast(B.CreateCall(lookup_fn, vector<Value *>({pseudo_map_fd, key_ptr})… in visit_table_index_expr_node()
822 Value *leaf_ptr = B.CreateBitCast( in visit_table_index_expr_node()
829 …Value *lookup2 = B.CreateBitCast(B.CreateCall(lookup_fn, vector<Value *>({pseudo_map_fd, key_ptr})… in visit_table_index_expr_node()
846 Value *err_cast = B.CreateBitCast(errval_, ptr_type); in visit_table_index_expr_node()
999 Value *cast_1 = B.CreateBitCast(pop_expr(), ptr_stype); in visit_struct_variable_decl_stmt_node()