Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15660 int CommutVal = (i & 0xe) + NumElts * ((i & 1) ^ 1); in matchShuffleWithSHUFPD() local
15663 if (Mask[i] < CommutVal || Mask[i] > CommutVal + 1) in matchShuffleWithSHUFPD()