reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
217 const Constant* c64 = Constant::getNullValue(V8x64Ty); 224 EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty)); 225 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty)); 227 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); 232 EXPECT_FALSE(CastInst::isBitCastable(V8x64Ty, V8x8Ty)); 233 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, V8x64Ty));