Searched refs:bt1 (Results 1 – 3 of 3) sorted by relevance
1663 const prof_bt_t *bt1 = (prof_bt_t *)k1; in prof_bt_keycomp() local1668 if (bt1->len != bt2->len) in prof_bt_keycomp()1670 return (memcmp(bt1->vec, bt2->vec, bt1->len * sizeof(void *)) == 0); in prof_bt_keycomp()
1609 int bt1 = types.getType(0).getBasicFrameType(); in pickBinaryOp() local1614 switch(bt1) { in pickBinaryOp()1623 switch(bt1) { in pickBinaryOp()
11183 int bt1, bt2; in check_comparison_pointer_types() local11190 bt1 = type1->t & VT_BTYPE; in check_comparison_pointer_types()11193 if ((is_integer_btype(bt1) || is_integer_btype(bt2)) && op != '-') { in check_comparison_pointer_types()11199 if (bt1 == VT_PTR) { in check_comparison_pointer_types()11201 } else if (bt1 != VT_FUNC) in check_comparison_pointer_types()11229 int u, t1, t2, bt1, bt2, t; in gen_op() local11234 bt1 = t1 & VT_BTYPE; in gen_op()11237 if (bt1 == VT_PTR || bt2 == VT_PTR) { in gen_op()11247 if (bt1 == VT_PTR && bt2 == VT_PTR) { in gen_op()11291 } else if (is_float(bt1) || is_float(bt2)) { in gen_op()[all …]