Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() function
1374 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1382 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()