Home
last modified time | relevance | path

Searched refs:PSEUDO_VAL (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.h31 PSEUDO_VAL, enumerator
53 return pseudo->type == PSEUDO_VAL && pseudo->value == 0; in is_zero()
58 return pseudo->type == PSEUDO_VAL && pseudo->value != 0; in is_nonzero()
63 return pseudo->type == PSEUDO_VAL && !(pseudo->value & sign_bit(size)); in is_positive()
259 return (p && p->type != PSEUDO_VOID && p->type != PSEUDO_UNDEF && p->type != PSEUDO_VAL); in has_use_list()
Dscheck.c60 case PSEUDO_VAL: in mkvar()
254 if (src2->type != PSEUDO_VAL) in check_const()
258 if (src1->type != PSEUDO_VAL) in check_const()
Dsimplify.c60 if (src->type != PSEUDO_VAL) in is_pow2()
431 return pseudo->type == PSEUDO_VAL; in constant()
621 if (pseudo->type == PSEUDO_VAL) { in operand_size()
829 } else if (src2->type == PSEUDO_VAL) { in simplify_mask_or()
939 if (src2->type != PSEUDO_VAL) in simplify_shift()
1032 if (src2->type != PSEUDO_VAL) in simplify_shift()
1117 if (def->src2->type != PSEUDO_VAL) in simplify_seteq_setne()
1759 return pseudo->type == PSEUDO_VAL || pseudo->type == PSEUDO_SYM; in simple_pseudo()
2279 if (val->type != PSEUDO_VAL) in simplify_cast()
2565 case PSEUDO_VAL: in is_in_range()
[all …]
Dexample.c331 case PSEUDO_VAL: in can_regenerate()
595 case PSEUDO_VAL: in fill_reg()
743 case PSEUDO_VAL: in get_generic_operand()
858 case PSEUDO_VAL: in reg_or_imm()
1531 case PSEUDO_VAL: in fill_output()
Dsparse.c156 if (count->type == PSEUDO_VAL) { in check_byte_count()
Dflow.c115 case PSEUDO_VAL: in pseudo_truth_value()
704 if (cond->type != PSEUDO_VAL) in rewrite_branch_bb()
Dsparse-llvm.c268 case PSEUDO_VAL: in pseudo_name()
380 case PSEUDO_VAL: in pseudo_to_value()
625 if (insn->src2->type == PSEUDO_VAL) in output_op_compare()
Dlinearize.c147 case PSEUDO_VAL: { in show_pseudo()
802 pseudo->type = PSEUDO_VAL; in value_pseudo()
1049 if (src2->type != PSEUDO_VAL) in taint_undefined_behaviour()
1430 if (src->type == PSEUDO_VAL && (src->value == 0 || src->value == 1)) in add_convert_to_bool()
2497 if (src2->type != PSEUDO_VAL) in check_tainted_insn()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst152 * sparse, llvm: OP_RET/PSEUDO_VAL code generation