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

/external/llvm/include/llvm/Support/
H A DTypeBuilder.h89 class fp128 {}; class in namespace:llvm::types
216 template<bool cross> class TypeBuilder<types::fp128, cross> {
/external/llvm/unittests/Support/
H A DTypeBuilderTest.cpp68 EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, true>::get(getGlobalContext())));
69 EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, 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.ml1233 | TypeKind.Fp128 -> "fp128"

Completed in 121 milliseconds