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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12633 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; local
12634 return LastActiveBitInA - 1 == FirstActiveBitInB;

Completed in 164 milliseconds