Searched refs:LLVMGenericValueToFloat (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm-c/
H A DExecutionEngine.h69 double LLVMGenericValueToFloat(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal);
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DExecutionEngine.h52 double LLVMGenericValueToFloat(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp49 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");
71 double LLVMGenericValueToFloat(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal) { function
78 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c129 LLVMGenericValueToFloat(Ty, Genericvalue_val(GenVal))));
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp64 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");
86 double LLVMGenericValueToFloat(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal) { function
93 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");

Completed in 1169 milliseconds