Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14874 unsigned LastActiveBitInA = A.countr_zero(); in BitsProperlyConcatenate() local
14876 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()