Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3544 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3545 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3547 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()