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

References

unittests/IR/InstructionsTest.cpp
  197   Type *V2Int32Ty = VectorType::get(Int32Ty, 2);
  201   Type *Int32PtrTy = PointerType::get(Int32Ty, 0);
  204   Type *Int32PtrAS1Ty = PointerType::get(Int32Ty, 1);
  258   EXPECT_TRUE(CastInst::isBitCastable(FloatTy, Int32Ty));
  260   EXPECT_TRUE(CastInst::isBitCastable(Int32Ty, FloatTy));
  264   EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty));
  265   EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty));