Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue() function
452 return value_to_pvalue(fn, ctype, val); in adjust_type()
638 lhs = value_to_pvalue(fn, &ptr_ctype, lhs); in output_op_compare()
639 rhs = value_to_pvalue(fn, &ptr_ctype, rhs); in output_op_compare()