Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37856 bool MatchSign = UseSign; in matchUnaryShuffle() local
37859 i != NumDstElts && (MatchAny || MatchSign || MatchZero); ++i) { in matchUnaryShuffle()
37861 MatchAny = MatchSign = MatchZero = false; in matchUnaryShuffle()
37868 MatchSign &= isUndefOrEqualInRange(Mask, (int)i, Pos, Len); in matchUnaryShuffle()
37870 if (MatchAny || MatchSign || MatchZero) { in matchUnaryShuffle()
37871 assert((MatchSign || MatchZero) && in matchUnaryShuffle()
37880 : (MatchSign ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND)); in matchUnaryShuffle()