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

References

unittests/IR/InstructionsTest.cpp
  261   EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty));
  263   EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, V4Int16Ty));
  271   EXPECT_FALSE(CastInst::isBitCastable(V2Int32Ty, V2Int64Ty));
  272   EXPECT_FALSE(CastInst::isBitCastable(V2Int64Ty, V2Int32Ty));
  295   auto Inst1 = CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
  298   auto Inst2 = CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);