Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c405 LLVMValueRef val = pseudo_to_value(fn, ctype, pseudo); in pseudo_to_rvalue()
462 LLVMValueRef target = pseudo_to_value(fn, ctype, pseudo); in get_operand()
473 LLVMValueRef target = pseudo_to_value(fn, ctype, pseudo); in get_ioperand()
624 lhs = pseudo_to_value(fn, NULL, insn->src1); in output_op_compare()
628 rhs = pseudo_to_value(fn, NULL, insn->src2); in output_op_compare()
694 src = pseudo_to_value(fn, insn->type, insn->src); in calc_memop_addr()
742 pseudo_to_value(fn, NULL, br->cond)); in output_op_cbr()
759 src1 = bool_value(fn, pseudo_to_value(fn, NULL, insn->src1)); in output_op_sel()
813 func = pseudo_to_value(fn, ctype, insn->func); in output_op_call()
1070 src = pseudo_to_value(fn, insn->type, insn->src); in output_insn()
[all …]