Home
last modified time | relevance | path

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

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