Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp241 Value *VDouble; in TEST_F() local
293 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 …]