Lines Matching defs:VectorUtilsTest
1 //===- VectorUtilsTest.cpp - VectorUtils tests ------------------------===//
26 class VectorUtilsTest : public testing::Test {
280 TEST_F(VectorUtilsTest, isSplatValue_00) {
289 TEST_F(VectorUtilsTest, isSplatValue_00_index0) {
298 TEST_F(VectorUtilsTest, isSplatValue_00_index1) {
307 TEST_F(VectorUtilsTest, isSplatValue_11) {
316 TEST_F(VectorUtilsTest, isSplatValue_11_index0) {
325 TEST_F(VectorUtilsTest, isSplatValue_11_index1) {
334 TEST_F(VectorUtilsTest, isSplatValue_01) {
343 TEST_F(VectorUtilsTest, isSplatValue_01_index0) {
352 TEST_F(VectorUtilsTest, isSplatValue_01_index1) {
363 TEST_F(VectorUtilsTest, isSplatValue_0u) {
374 TEST_F(VectorUtilsTest, isSplatValue_0u_index0) {
383 TEST_F(VectorUtilsTest, isSplatValue_0u_index1) {
392 TEST_F(VectorUtilsTest, isSplatValue_Binop) {
403 TEST_F(VectorUtilsTest, isSplatValue_Binop_index0) {
414 TEST_F(VectorUtilsTest, isSplatValue_Binop_index1) {
425 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0) {
435 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index0) {
445 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index1) {
455 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op0) {
466 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op1) {
477 TEST_F(VectorUtilsTest, isSplatValue_Select) {
489 TEST_F(VectorUtilsTest, isSplatValue_Select_ConstantOp) {
500 TEST_F(VectorUtilsTest, isSplatValue_Select_NotCond) {
511 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp1) {
522 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp2) {
533 TEST_F(VectorUtilsTest, isSplatValue_SelectBinop) {
546 TEST_F(VectorUtilsTest, getSplatValueElt0) {
556 TEST_F(VectorUtilsTest, getSplatValueEltMismatch) {
568 TEST_F(VectorUtilsTest, getSplatValueElt1) {