Lines Matching defs:V2P0
41 static const LLT V2P0 = LLT::fixed_vector(2, P0);
119 EXPECT_EQ(P0, getGCDType(V3P0, V2P0));
120 EXPECT_EQ(P0, getGCDType(V2P0, V3P0));
122 EXPECT_EQ(P0, getGCDType(P0, V2P0));
123 EXPECT_EQ(P0, getGCDType(V2P0, P0));
126 EXPECT_EQ(V2P0, getGCDType(V2P0, V2P0));
127 EXPECT_EQ(P0, getGCDType(V3P0, V2P0));
128 EXPECT_EQ(P0, getGCDType(V2P0, V3P0));
129 EXPECT_EQ(V2P0, getGCDType(V4P0, V2P0));
131 EXPECT_EQ(V2P0, getGCDType(V2P0, V4P1));
132 EXPECT_EQ(V4P1, getGCDType(V4P1, V2P0));
134 EXPECT_EQ(V2P0, getGCDType(V4P0, V4P1));
139 EXPECT_EQ(V2P0, getGCDType(V2P0, V4S64));
140 EXPECT_EQ(V2S64, getGCDType(V4S64, V2P0));
285 EXPECT_EQ(V2P0, getLCMType(V2P0, V2P0));
286 EXPECT_EQ(V2P0, getLCMType(V2P0, P0));
287 EXPECT_EQ(V2P0, getLCMType(P0, V2P0));
288 EXPECT_EQ(V2P0, getLCMType(V2P0, V2P0));
289 EXPECT_EQ(V6P0, getLCMType(V2P0, V3P0));
290 EXPECT_EQ(V6P0, getLCMType(V3P0, V2P0));
300 EXPECT_EQ(V2P0, getLCMType(V2P0, S32));
301 EXPECT_EQ(V4S32, getLCMType(S32, V2P0));
302 EXPECT_EQ(V2P0, getLCMType(V2P0, S64));
303 EXPECT_EQ(V2S64, getLCMType(S64, V2P0));
306 EXPECT_EQ(V2P0, getLCMType(V2P0, V2P1));
307 EXPECT_EQ(V4P1, getLCMType(V2P1, V2P0));
309 EXPECT_EQ(V2P0, getLCMType(V2P0, V4P1));
310 EXPECT_EQ(V4P1, getLCMType(V4P1, V2P0));
339 EXPECT_EQ(V2P0, getLCMType(P0, V2S64));