Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp158 unsigned TrailingOnes = llvm::countr_one((uint64_t)Val); extractRotateInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1041 unsigned TrailingOnes = llvm::countr_one(Mask); Select() local