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

Declarations

include/llvm/IR/InstrTypes.h
  610   static bool isCastable(

References

unittests/IR/InstructionsTest.cpp
  221   EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy));
  222   EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty));
  223   EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
  224   EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty));
  225   EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty));
  241   EXPECT_TRUE(CastInst::isCastable(V2Int32PtrAS1Ty, V2Int32PtrTy));