Searched refs:getFP128Ty (Results 1 – 12 of 12) sorted by relevance
113 Type *FP128Ty = Type::getFP128Ty(getGlobalContext()); in TEST()
68 …EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, true>::get(getGlobalCon… in TEST()69 …EXPECT_EQ(Type::getFP128Ty(getGlobalContext()), (TypeBuilder<types::fp128, false>::get(getGlobalCo… in TEST()
32 case FP128TyID : return getFP128Ty(C); in getPrimitiveType()255 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() function in Type286 return getFP128Ty(C)->getPointerTo(AS); in getFP128PtrTy()
171 case MVT::f128: return Type::getFP128Ty(Context); in getTypeForEVT()
569 Ty = Type::getFP128Ty(Context); in get()
259 return (LLVMTypeRef) Type::getFP128Ty(*unwrap(C)); in LLVMFP128TypeInContext()
364 static Type *getFP128Ty(LLVMContext &C);
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get()
273 return llvm::Type::getFP128Ty(VMContext); in getTypeForFormat()
588 TYPEKEYWORD("fp128", Type::getFP128Ty(Context)); in LexIdentifier()
262 case 23: if (GenFP128) t = Type::getFP128Ty(Context); break; in pickScalarType()
564 ResultTy = Type::getFP128Ty(Context); in ParseTypeTableBody()