Searched refs:LLVMDoubleTypeInContext (Results 1 – 7 of 7) sorted by relevance
63 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
754 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
356 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function382 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
294 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }