Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2491 unsigned FirstOne = A.getBitWidth() - A.countLeadingZeros() - 1; in getContiguousRangeOfSetBits() local
2493 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
2495 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()