Searched refs:isCastable (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | InstructionsTest.cpp | 123 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 124 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 125 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST() 126 EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty)); in TEST() 127 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty)); in TEST()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 210 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 211 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST() 213 EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty)); in TEST() 214 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty)); in TEST() 230 EXPECT_TRUE(CastInst::isCastable(V2Int32PtrAS1Ty, V2Int32PtrTy)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 222 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST() 223 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST() 224 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST() 225 EXPECT_TRUE(CastInst::isCastable(V8x64Ty, V8x8Ty)); in TEST() 226 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, V8x64Ty)); in TEST() 242 EXPECT_TRUE(CastInst::isCastable(V2Int32PtrAS1Ty, V2Int32PtrTy)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1030 !NewRetTy->isVoidTy() && !CastInst::isCastable(NewRetTy, OldRetTy)) in transformConstExprCastCall() 1061 if (!CastInst::isCastable(ActTy, ParamTy)) in transformConstExprCastCall()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 531 static bool isCastable(
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 737 static bool isCastable(
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 763 static bool isCastable(
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2423 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() function in CastInst
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2681 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() function in CastInst
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2866 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() function in CastInst
|