Home
last modified time | relevance | path

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

/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.h754 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp356 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
382 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c294 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
/external/llvm/bindings/go/llvm/
Dir.go507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }