reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
254 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy)); 255 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy)); 256 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy)); 256 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy)); 257 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy)); 257 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy)); 258 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, Int32Ty)); 260 EXPECT_TRUE(CastInst::isBitCastable(Int32Ty, FloatTy));