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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9094 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; local
9095 return LastActiveBitInA - 1 == FirstActiveBitInB;

Completed in 186 milliseconds