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

References

unittests/IR/InstructionsTest.cpp
  190   Type *V8x64Ty = VectorType::get(Int64Ty, 8);
  198   Type *V2Int64Ty = VectorType::get(Int64Ty, 2);
  202   Type *Int64PtrTy = PointerType::get(Int64Ty, 0);
  205   Type *Int64PtrAS1Ty = PointerType::get(Int64Ty, 1);
  223   EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
  231   EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));
  261   EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty));
  264   EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty));
  265   EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty));
  267   EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int64Ty));
  268   EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2Int32PtrTy));