OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMDoubleTypeInContext
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c
63
args[i] = LLVMBuildFPExt(builder, args[i],
LLVMDoubleTypeInContext
(context), "");
lp_bld_logic.c
506
arg_type = LLVMVectorType(
LLVMDoubleTypeInContext
(lc), 4);
516
arg_type = LLVMVectorType(
LLVMDoubleTypeInContext
(lc), 2);
lp_bld_type.c
48
return
LLVMDoubleTypeInContext
(gallivm->context);
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c
63
args[i] = LLVMBuildFPExt(builder, args[i],
LLVMDoubleTypeInContext
(context), "");
lp_bld_logic.c
506
arg_type = LLVMVectorType(
LLVMDoubleTypeInContext
(lc), 4);
516
arg_type = LLVMVectorType(
LLVMDoubleTypeInContext
(lc), 2);
lp_bld_type.c
48
return
LLVMDoubleTypeInContext
(gallivm->context);
/external/llvm/include/llvm-c/
Core.h
842
LLVMTypeRef
LLVMDoubleTypeInContext
(LLVMContextRef C);
[
all
...]
/external/llvm/lib/IR/
Core.cpp
346
LLVMTypeRef
LLVMDoubleTypeInContext
(LLVMContextRef C) {
369
return
LLVMDoubleTypeInContext
(LLVMGetGlobalContext());
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
292
return
LLVMDoubleTypeInContext
(Context);
[
all
...]
Completed in 55 milliseconds