Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1717 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() function
1738 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1746 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()