Home
last modified time | relevance | path

Searched defs:VectorUtilsTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp26 class VectorUtilsTest : public testing::Test { class
256 TEST_F(VectorUtilsTest,isSplatValue_00) TEST_F() argument
265 TEST_F(VectorUtilsTest,isSplatValue_00_index0) TEST_F() argument
274 TEST_F(VectorUtilsTest,isSplatValue_00_index1) TEST_F() argument
283 TEST_F(VectorUtilsTest,isSplatValue_11) TEST_F() argument
292 TEST_F(VectorUtilsTest,isSplatValue_11_index0) TEST_F() argument
301 TEST_F(VectorUtilsTest,isSplatValue_11_index1) TEST_F() argument
310 TEST_F(VectorUtilsTest,isSplatValue_01) TEST_F() argument
319 TEST_F(VectorUtilsTest,isSplatValue_01_index0) TEST_F() argument
328 TEST_F(VectorUtilsTest,isSplatValue_01_index1) TEST_F() argument
339 TEST_F(VectorUtilsTest,isSplatValue_0u) TEST_F() argument
350 TEST_F(VectorUtilsTest,isSplatValue_0u_index0) TEST_F() argument
359 TEST_F(VectorUtilsTest,isSplatValue_0u_index1) TEST_F() argument
368 TEST_F(VectorUtilsTest,isSplatValue_Binop) TEST_F() argument
379 TEST_F(VectorUtilsTest,isSplatValue_Binop_index0) TEST_F() argument
390 TEST_F(VectorUtilsTest,isSplatValue_Binop_index1) TEST_F() argument
401 TEST_F(VectorUtilsTest,isSplatValue_Binop_ConstantOp0) TEST_F() argument
411 TEST_F(VectorUtilsTest,isSplatValue_Binop_ConstantOp0_index0) TEST_F() argument
421 TEST_F(VectorUtilsTest,isSplatValue_Binop_ConstantOp0_index1) TEST_F() argument
431 TEST_F(VectorUtilsTest,isSplatValue_Binop_Not_Op0) TEST_F() argument
442 TEST_F(VectorUtilsTest,isSplatValue_Binop_Not_Op1) TEST_F() argument
453 TEST_F(VectorUtilsTest,isSplatValue_Select) TEST_F() argument
465 TEST_F(VectorUtilsTest,isSplatValue_Select_ConstantOp) TEST_F() argument
476 TEST_F(VectorUtilsTest,isSplatValue_Select_NotCond) TEST_F() argument
487 TEST_F(VectorUtilsTest,isSplatValue_Select_NotOp1) TEST_F() argument
498 TEST_F(VectorUtilsTest,isSplatValue_Select_NotOp2) TEST_F() argument
509 TEST_F(VectorUtilsTest,isSplatValue_SelectBinop) TEST_F() argument
522 TEST_F(VectorUtilsTest,getSplatValueElt0) TEST_F() argument
532 TEST_F(VectorUtilsTest,getSplatValueEltMismatch) TEST_F() argument
544 TEST_F(VectorUtilsTest,getSplatValueElt1) TEST_F() argument
[all...]