Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp993 unsigned LeadO = Res->countLeadingOnes(); in sdiv()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1583 unsigned countLeadingOnes() const { return countl_one(); } in countLeadingOnes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2389 Known.Zero.countLeadingOnes() > in isWideningInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1000 (BCst->countLeadingOnes() == DCst->countLeadingZeros())); in foldNegativePower2AndShiftedMask()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3307 (RHSVal->countLeadingOnes() >= NumHalfBits || in ExpandIntRes_MINMAX()
H A DTargetLowering.cpp1868 DemandedBits.countLeadingOnes() >= HalfWidth) { in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp721 (*C + (Pred == ICmpInst::ICMP_UGT)).countLeadingOnes()); in computeKnownBitsFromCmp()