Home
last modified time | relevance | path

Searched refs:LLVMX86FP80TypeInContext (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp80 return LLVMX86FP80TypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp231 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) { in LLVMX86FP80TypeInContext() function
251 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext()); in LLVMX86FP80Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h387 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h897 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp439 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) { in LLVMX86FP80TypeInContext() function
465 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext()); in LLVMX86FP80Type()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c235 return LLVMX86FP80TypeInContext(Context); in llvm_x86fp80_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c344 return LLVMX86FP80TypeInContext(Context); in llvm_x86fp80_type()
/external/llvm/bindings/go/llvm/
Dir.go508 func (c Context) X86FP80Type() (t Type) { t.C = C.LLVMX86FP80TypeInContext(c.C); return }