HomeSort by relevance Sort by last modified time
    Searched refs:isCastable (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 210 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy));
211 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty));
212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
213 EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty));
214 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty));
230 EXPECT_TRUE(CastInst::isCastable(V2Int32PtrAS1Ty, V2Int32PtrTy));
  /external/llvm/include/llvm/IR/
InstrTypes.h 529 static bool isCastable(
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 508 milliseconds