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

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1213 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { function
1234 if (isStringOfOnes(Mask, LSB, Length)) {
1242 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) {

Completed in 2028 milliseconds