Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1567 unsigned LeadingOnes = Mask.countLeadingOnes(); in estimateBitMaskedAndLowerBound()
1572 unsigned LeadingOnes = ((BLo & BHi) | Mask).countLeadingOnes(); in estimateBitMaskedAndLowerBound()
1742 unsigned MaxShAmt = LHSMin.countLeadingOnes() - 1; in computeShlNSWWithNegLHS()
1746 RHSMax = std::min(RHSMax, LHSMax.countLeadingOnes() - 1); in computeShlNSWWithNegLHS()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp1000 unsigned LeadO = Res->countLeadingOnes(); in sdiv()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1624 unsigned countLeadingOnes() const { return countl_one(); } in countLeadingOnes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1036 (BCst->countLeadingOnes() == DCst->countLeadingZeros())); in foldNegativePower2AndShiftedMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2956 Known.Zero.countLeadingOnes() > in isWideningInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3504 (RHSVal->countLeadingOnes() >= NumHalfBits || in ExpandIntRes_MINMAX()
H A DTargetLowering.cpp1910 DemandedBits.countLeadingOnes() >= HalfWidth) { in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp765 (*C + (Pred == ICmpInst::ICMP_UGT)).countLeadingOnes()); in computeKnownBitsFromCmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23554 {"_ZNK4llvm5APInt16countLeadingOnesEv", "llvm::APInt::countLeadingOnes() const"},