Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37105 bool MatchSign = UseSign; in matchUnaryShuffle() local
37108 i != NumDstElts && (MatchAny || MatchSign || MatchZero); ++i) { in matchUnaryShuffle()
37110 MatchAny = MatchSign = MatchZero = false; in matchUnaryShuffle()
37117 MatchSign &= isUndefOrEqualInRange(Mask, (int)i, Pos, Len); in matchUnaryShuffle()
37119 if (MatchAny || MatchSign || MatchZero) { in matchUnaryShuffle()
37120 assert((MatchSign || MatchZero) && in matchUnaryShuffle()
37129 : (MatchSign ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND)); in matchUnaryShuffle()