Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35226 bool MatchZero = true; in matchUnaryShuffle() local
35228 for (unsigned i = 0; i != NumDstElts && (MatchAny || MatchZero); ++i) { in matchUnaryShuffle()
35230 MatchAny = MatchZero = false; in matchUnaryShuffle()
35234 MatchZero &= isUndefOrZeroInRange(Mask, (i * Scale) + 1, Scale - 1); in matchUnaryShuffle()
35236 if (MatchAny || MatchZero) { in matchUnaryShuffle()
35237 assert(MatchZero && "Failed to match zext but matched aext?"); in matchUnaryShuffle()