Lines Matching defs:value
365 sparse_error(ctype->pos, "no value possible for %s", show_typename(ctype));
381 result = val_to_value(pseudo->value, ctype);
626 rhs = constant_value(insn->src2->value, LLVMTypeOf(lhs));
731 static LLVMValueRef bool_value(struct function *fn, LLVMValueRef value)
733 if (LLVMTypeOf(value) != LLVMInt1Type())
734 value = LLVMBuildIsNotNull(fn->builder, value, LLVMGetValueName(value));
736 return value;
1200 initial_value = LLVMConstInt(symbol_type(sym), initializer->value, 1);