Searched refs:isUndefMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19494 bool isUndefMask = true; local
19495 for (unsigned i = 0; i != NumElts && isUndefMask; ++i)
19496 isUndefMask &= Mask[i] < 0;
19498 if (isUndefMask)

Completed in 108 milliseconds