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

References

unittests/IR/InstructionsTest.cpp
  207   Type *V2Int32PtrAS1Ty = VectorType::get(Int32PtrAS1Ty, 2);
  209   Type *V4Int32PtrAS1Ty = VectorType::get(Int32PtrAS1Ty, 4);
  236   EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
  237   EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));