reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
825 Constant *Select = ConstantVector::get({CU, C1, C5}); 833 Constant *Reverse = ConstantVector::get({C3, C2, C1, CU}); 866 EXPECT_TRUE(ShuffleVectorInst::isIdentityMask(ConstantVector::get({CU, C1, CU, C3}))); 869 EXPECT_TRUE(ShuffleVectorInst::isSelectMask(ConstantVector::get({C4, C1, C6, CU}))); 870 EXPECT_TRUE(ShuffleVectorInst::isSelectMask(ConstantVector::get({CU, C1, C6, C3}))); 873 EXPECT_TRUE(ShuffleVectorInst::isReverseMask(ConstantVector::get({C3, CU, C1, CU}))); 881 EXPECT_TRUE(ShuffleVectorInst::isTransposeMask(ConstantVector::get({C1, C5, C3, C7}))); 882 EXPECT_TRUE(ShuffleVectorInst::isTransposeMask(ConstantVector::get({C1, C3}))); 885 Constant *V0 = ConstantVector::get({C0, C1, C2, C3}); 886 Constant *V1 = ConstantVector::get({C3, C2, C1, C0}); 890 ConstantVector::get({C0, C1, CU, CU})); 899 ConstantVector::get({C0, C1, C2})); 917 ConstantVector::get({C4, C1, C6})); 926 ConstantVector::get({CU, C1, C2, C3, CU, CU})); 944 ConstantVector::get({C0, C1, C2, C3, CU, C1})); 944 ConstantVector::get({C0, C1, C2, C3, CU, C1}));