Home
last modified time | relevance | path

Searched defs:FirstOne (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp398 unsigned FirstOne = LHS.countMaxTrailingZeros(); in lshr() local
458 unsigned FirstOne = LHS.countMaxTrailingZeros(); in ashr() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3539 unsigned FirstOne = A.getBitWidth() - A.countl_zero() - 1; getContiguousRangeOfSetBits() local