Home
last modified time | relevance | path

Searched refs:LLVMHalfTypeInContext (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp77 return LLVMHalfTypeInContext(Ctx); in Clone()
79 return LLVMHalfTypeInContext(Ctx); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1209 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp630 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
659 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()