Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1979 bool Match1 = in foldPermuteOfBinops() local
1982 if (!Match0 && !Match1) in foldPermuteOfBinops()
1987 Op10 = Match1 ? Op10 : BinOp->getOperand(1); in foldPermuteOfBinops()
1988 Op11 = Match1 ? Op11 : BinOp->getOperand(1); in foldPermuteOfBinops()
2014 NewMask1.push_back(Match1 ? Mask1[M] : M); in foldPermuteOfBinops()
2035 if (Match1) in foldPermuteOfBinops()
2418 bool Match1 = in foldShuffleOfShuffles() local
2420 if (!Match0 && !Match1) in foldShuffleOfShuffles()
2426 if (!Match1 && isa<PoisonValue>(OuterV1)) { in foldShuffleOfShuffles()
2431 Match1 = true; // fake match in foldShuffleOfShuffles()
[all …]