Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2020 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c894 return LLVMConstReal(RealTy, Double_val(N)); in llvm_const_float()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1407 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal() function