Searched refs:x86_fp80 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTypeBuilder.h88 class x86_fp80 {}; class in namespace:llvm::types
212 template<bool cross> class TypeBuilder<types::x86_fp80, cross> {
/external/llvm/unittests/Support/
H A DTypeBuilderTest.cpp66 EXPECT_EQ(Type::getX86_FP80Ty(getGlobalContext()), (TypeBuilder<types::x86_fp80, true>::get(getGlobalContext())));
67 EXPECT_EQ(Type::getX86_FP80Ty(getGlobalContext()), (TypeBuilder<types::x86_fp80, false>::get(getGlobalContext())));
/external/llvm/utils/vim/
H A Dllvm.vim18 syn keyword llvmType x86_fp80 fp128 ppc_fp128
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1234 | TypeKind.X86fp80 -> "x86_fp80"

Completed in 403 milliseconds