Searched refs:VDouble (Results 1 – 1 of 1) sorted by relevance
241 Value *VDouble; in TEST_F() local293 ASSERT_TRUE(isa<IntrinsicInst>(VDouble)); in TEST_F()294 II = cast<IntrinsicInst>(VDouble); in TEST_F()298 ASSERT_TRUE(isa<IntrinsicInst>(VDouble)); in TEST_F()299 II = cast<IntrinsicInst>(VDouble); in TEST_F()302 V = Builder.CreateFPTrunc(VDouble, Type::getFloatTy(Ctx)); in TEST_F()307 VDouble = Builder.CreateFPExt(V, Type::getDoubleTy(Ctx)); in TEST_F()308 ASSERT_TRUE(isa<IntrinsicInst>(VDouble)); in TEST_F()309 II = cast<IntrinsicInst>(VDouble); in TEST_F()380 Value *VDouble; in TEST_F() local[all …]