OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGenericValueToFloat
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
ExecutionEngine.h
70
double
LLVMGenericValueToFloat
(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal);
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
132
LLVMGenericValueToFloat
(Ty, Genericvalue_val(GenVal))));
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
72
llvm_unreachable("
LLVMGenericValueToFloat
supports only float and double.");
94
double
LLVMGenericValueToFloat
(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal) {
101
llvm_unreachable("
LLVMGenericValueToFloat
supports only float and double.");
Completed in 45 milliseconds