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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp765 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) { function
867 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) {
893 if (maskMatters(RxSBG, allOnes(Count)))
920 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count)))

Completed in 155 milliseconds