Home
last modified time | relevance | path

Searched refs:LLVMConstRealGetDouble (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2056 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *losesInfo);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c903 Result = LLVMConstRealGetDouble(Const, &LosesInfo); in llvm_float_of_const()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1428 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *LosesInfo) { in LLVMConstRealGetDouble() function