Searched refs:VectorMixed (Results 1 – 1 of 1) sorted by relevance
1743 Constant *VectorMixed = ConstantVector::get(MixedElems); in TEST_F() local1757 Value *NotWithUndefs = IRB.CreateXor(VectorZero, VectorMixed); in TEST_F()1761 Value *NotWithUndefsCommute = IRB.CreateXor(VectorMixed, VectorZero); in TEST_F()