Searched refs:countMinLeadingOnes (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h242 unsigned countMinLeadingOnes() const { return One.countl_one(); } function in struct:llvm::KnownBits
250 return countMinLeadingOnes();
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp567 std::max(LHS.countMinLeadingOnes(), RHS.countMinLeadingOnes());
570 std::max(LHS.countMinLeadingZeros(), RHS.countMinLeadingOnes());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1089 if (Known.countMinLeadingOnes() < 32)
H A DSIISelLowering.cpp13681 bool S0IsSigned = Known0.countMinLeadingOnes() > 0;
13684 bool S1IsSigned = Known1.countMinLeadingOnes() > 0;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3359 unsigned LeadingKnownOnes = Known.countMinLeadingOnes();
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1279 Known.One.setHighBits(Known2.countMinLeadingOnes());

Completed in 345 milliseconds