Searched refs:VectorOnes (Results 1 – 1 of 1) sorted by relevance
1737 Constant *VectorOnes = Constant::getAllOnesValue(VectorTy); in TEST_F() local1745 Value *Not = IRB.CreateXor(VectorZero, VectorOnes); in TEST_F()1751 Value *NotCommute = IRB.CreateXor(VectorOnes, VectorZero); in TEST_F()