Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37854 bool MatchAny = true; in matchUnaryShuffle() local
37859 i != NumDstElts && (MatchAny || MatchSign || MatchZero); ++i) { in matchUnaryShuffle()
37861 MatchAny = MatchSign = MatchZero = false; in matchUnaryShuffle()
37866 MatchAny &= isUndefInRange(Mask, Pos, Len); in matchUnaryShuffle()
37870 if (MatchAny || MatchSign || MatchZero) { in matchUnaryShuffle()
37879 MatchAny ? ISD::ANY_EXTEND in matchUnaryShuffle()