Home
last modified time | relevance | path

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

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