reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/InstructionsTest.cpp
  221   EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy));
  222   EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty));
  223   EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
  229   EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy));
  230   EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty));
  231   EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));