Home
last modified time | relevance | path

Searched refs:VectorMixed (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1743 Constant *VectorMixed = ConstantVector::get(MixedElems); in TEST_F() local
1757 Value *NotWithUndefs = IRB.CreateXor(VectorZero, VectorMixed); in TEST_F()
1761 Value *NotWithUndefsCommute = IRB.CreateXor(VectorMixed, VectorZero); in TEST_F()