Searched refs:sub_tree (Results 1 – 2 of 2) sorted by relevance
995 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local996 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()997 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()1014 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()1015 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()1022 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
8357 if (auto* sub_tree = sn->getConstSubtree()) { in createSpvConstant() local8361 sub_tree->traverse(this); in createSpvConstant()8362 result = accessChainLoad(sub_tree->getType()); in createSpvConstant()