Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp190 unsigned LeadingOnes = llvm::countl_one((uint64_t)Val); in extractRotateInfo() local
193 (LeadingOnes + TrailingOnes) > (64 - 12)) in extractRotateInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1567 unsigned LeadingOnes = Mask.countLeadingOnes(); in estimateBitMaskedAndLowerBound() local
1568 Mask.clearLowBits(BitWidth - LeadingOnes); in estimateBitMaskedAndLowerBound()
1572 unsigned LeadingOnes = ((BLo & BHi) | Mask).countLeadingOnes(); in estimateBitMaskedAndLowerBound() local
1573 unsigned StartBit = BitWidth - LeadingOnes; in estimateBitMaskedAndLowerBound()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2578 bool LeadingOnes = true; in get_VSPLTI_elt() local
2583 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()
2593 if (LeadingOnes) { in get_VSPLTI_elt()