Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c63 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
Dlp_bld_logic.c506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
Dlp_bld_type.c48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c63 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
Dlp_bld_logic.c506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
Dlp_bld_type.c48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
/external/llvm/include/llvm-c/
DCore.h842 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp346 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
369 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c292 return LLVMDoubleTypeInContext(Context); in llvm_double_type()