Home
last modified time | relevance | path

Searched defs:RealTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DCore.cpp749 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()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c728 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()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2613 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local