Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1976 bool Match0 = in foldPermuteOfBinops() local
1982 if (!Match0 && !Match1) in foldPermuteOfBinops()
1985 Op00 = Match0 ? Op00 : BinOp->getOperand(0); in foldPermuteOfBinops()
1986 Op01 = Match0 ? Op01 : BinOp->getOperand(0); in foldPermuteOfBinops()
2013 NewMask0.push_back(Match0 ? Mask0[M] : M); in foldPermuteOfBinops()
2031 if (Match0) in foldPermuteOfBinops()
2416 bool Match0 = in foldShuffleOfShuffles() local
2420 if (!Match0 && !Match1) in foldShuffleOfShuffles()
2434 X0 = Match0 ? X0 : OuterV0; in foldShuffleOfShuffles()
2435 Y0 = Match0 ? Y0 : OuterV0; in foldShuffleOfShuffles()
[all …]