HomeSort by relevance Sort by last modified time
    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 70 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");
92 double LLVMGenericValueToFloat(LLVMTypeRef TyRef, LLVMGenericValueRef GenVal) {
99 llvm_unreachable("LLVMGenericValueToFloat supports only float and double.");

Completed in 201 milliseconds