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.cpp39272 bool MatchSign = UseSign; in matchUnaryShuffle() local
39275 i != NumDstElts && (MatchAny || MatchSign || MatchZero); ++i) { in matchUnaryShuffle()
39277 MatchAny = MatchSign = MatchZero = false; in matchUnaryShuffle()
39284 MatchSign &= isUndefOrEqualInRange(Mask, (int)i, Pos, Len); in matchUnaryShuffle()
39286 if (MatchAny || MatchSign || MatchZero) { in matchUnaryShuffle()
39287 assert((MatchSign || MatchZero) && in matchUnaryShuffle()
39296 : (MatchSign ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND)); in matchUnaryShuffle()