Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DCore.cpp859 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal()
863 LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, const char *Text) { in LLVMConstRealOfString()
867 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[], in LLVMConstRealOfStringAndSize()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c742 CAMLprim LLVMValueRef llvm_const_float(LLVMTypeRef RealTy, value N) { in llvm_const_float()
769 CAMLprim LLVMValueRef llvm_const_float_of_string(LLVMTypeRef RealTy, value S) { in llvm_const_float_of_string()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2818 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local