Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35026 bool MatchZero = true; in matchUnaryShuffle() local
35028 for (unsigned i = 0; i != NumDstElts && (MatchAny || MatchZero); ++i) { in matchUnaryShuffle()
35030 MatchAny = MatchZero = false; in matchUnaryShuffle()
35034 MatchZero &= isUndefOrZeroInRange(Mask, (i * Scale) + 1, Scale - 1); in matchUnaryShuffle()
35036 if (MatchAny || MatchZero) { in matchUnaryShuffle()
35037 assert(MatchZero && "Failed to match zext but matched aext?"); in matchUnaryShuffle()