Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp161 unsigned TrailingOnes = llvm::countr_one((uint64_t)Val); in extractRotateInfo() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1140 unsigned TrailingOnes = llvm::countr_one(Mask); Select() local