Home
last modified time | relevance | path

Searched refs:is_float_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c131 if (is_float_type(sym)) { in sym_basetype_type()
559 assert(!is_float_type(insn->type)); in output_op_binary()
563 assert(!is_float_type(insn->type)); in output_op_binary()
567 assert(!is_float_type(insn->type)); in output_op_binary()
571 assert(!is_float_type(insn->type)); in output_op_binary()
575 assert(!is_float_type(insn->type)); in output_op_binary()
579 assert(!is_float_type(insn->type)); in output_op_binary()
599 assert(!is_float_type(insn->type)); in output_op_binary()
603 assert(!is_float_type(insn->type)); in output_op_binary()
918 } else if (is_float_type(otype)) { in output_op_cast()
[all …]
H A Dopcode.h28 if (!type || !is_float_type(type)) in opcode_float()
H A Dexpand.c97 if (is_float_type(newtype) || is_float_type(oldtype)) in cast_value()
144 if (!is_float_type(newtype)) { in cast_value()
151 if (!is_float_type(oldtype)) in cast_value()
H A Dsymbol.h404 static inline int is_float_type(struct symbol *type) in is_float_type() function
H A Dbuiltin.c241 if (!is_float_type(arg->ctype)) { in evaluate_fp_unop()
H A Dlinearize.c1153 if (is_float_type(expr->ctype)) in linearize_inc_dec()
1406 if (ctype && is_float_type(ctype)) in map_opcode()
1428 if (is_float_type(type)) { in add_convert_to_bool()
H A Devaluate.c1968 if (is_float_type(ctype)) { in evaluate_preop()