Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1592 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() function
1613 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1621 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()