Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2913 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local
3429 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c798 CAMLprim LLVMValueRef llvm_const_float(LLVMTypeRef RealTy, value N) { in llvm_const_float()
825 CAMLprim LLVMValueRef llvm_const_float_of_string(LLVMTypeRef RealTy, value S) { in llvm_const_float_of_string()
/external/llvm/lib/IR/
DCore.cpp945 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal()
949 LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, const char *Text) { in LLVMConstRealOfString()
953 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[], in LLVMConstRealOfStringAndSize()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c907 CAMLprim LLVMValueRef llvm_const_float(LLVMTypeRef RealTy, value N) { in llvm_const_float()
934 CAMLprim LLVMValueRef llvm_const_float_of_string(LLVMTypeRef RealTy, value S) { in llvm_const_float_of_string()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3854 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local
4473 Type *RealTy = A->getType()->getPointerElementType(); in visitCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1324 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal()
1328 LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, const char *Text) { in LLVMConstRealOfString()
1332 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[], in LLVMConstRealOfStringAndSize()
/external/llvm-project/llvm/lib/IR/
DCore.cpp1357 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal()
1361 LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, const char *Text) { in LLVMConstRealOfString()
1365 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[], in LLVMConstRealOfStringAndSize()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4204 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() local
4820 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp6110 llvm::Type *RealTy = in EmitOMPUseDeviceAddrClause() local