Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp168 unsigned LowerLeadingOnes = llvm::countl_one(Lo_32(Val)); in extractRotateInfo() local
170 (UpperTrailingOnes + LowerLeadingOnes) > (64 - 12)) in extractRotateInfo()