Searched defs:RealTy (Results 1 – 3 of 3) sorted by relevance
749 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal()753 LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, const char *Text) { in LLVMConstRealOfString()757 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[], in LLVMConstRealOfStringAndSize()
728 CAMLprim LLVMValueRef llvm_const_float(LLVMTypeRef RealTy, value N) { in llvm_const_float()733 CAMLprim LLVMValueRef llvm_const_float_of_string(LLVMTypeRef RealTy, value S) { in llvm_const_float_of_string()
2613 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local