Searched refs:Undef16 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 220 Constant *Undef16 = UndefValue::get(Int16Ty); in TEST() local 292 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Two)); in TEST() 293 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Big)); in TEST() 294 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Undef64)); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 219 Constant *Undef16 = UndefValue::get(Int16Ty); in TEST() local 291 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Two)); in TEST() 292 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Big)); in TEST() 293 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Undef64)); in TEST()
|