Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c326 static LLVMValueRef constant_value(unsigned long long val, LLVMTypeRef dtype) in constant_value() function
362 result = constant_value(val, dtype); in val_to_value()
626 rhs = constant_value(insn->src2->value, LLVMTypeOf(lhs)); in output_op_compare()