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

References

unittests/IR/InstructionsTest.cpp
  213   Type *V2Int32PtrTy = VectorType::get(Int32PtrTy, 2);
  214   Type *V4Int32PtrTy = VectorType::get(Int32PtrTy, 4);
  236   EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
  237   EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));
  250   EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy));
  251   EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy));
  253   EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy));