Home
last modified time | relevance | path

Searched refs:countLeadingZeros (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h78 unsigned countLeadingZeros() const { return V ? 0 : 1; } in countLeadingZeros() function
H A DIntegral.h145 unsigned countLeadingZeros() const {
H A DIntegralAP.h146 unsigned countLeadingZeros() const { return V.countl_zero(); } in countLeadingZeros() function
H A DInterp.h179 } else if (LHS.toUnsigned().countLeadingZeros() < in CheckShift()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp990 unsigned LeadZ = Res->countLeadingZeros(); in sdiv()
1021 unsigned LeadZ = MaxRes.countLeadingZeros(); in udiv()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp276 if (Bits->countLeadingZeros() >= (NumBits - ScalarBitWidth)) { in rebuildZeroUpperCst()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1565 unsigned countLeadingZeros() const { return countl_zero(); } in countLeadingZeros() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp655 C1->countLeadingZeros() != static_cast<unsigned>(C2->getZExtValue())) in foldSelectICmpAndZeroShl()
H A DInstCombineAndOrXor.cpp1000 (BCst->countLeadingOnes() == DCst->countLeadingZeros())); in foldNegativePower2AndShiftedMask()
H A DInstCombineCompares.cpp2516 (C - 1).isPowerOf2() && C.countLeadingZeros() > ShAmtVal) { in foldICmpShrConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3308 RHSVal->countLeadingZeros() >= NumHalfBits)) { in ExpandIntRes_MINMAX()
H A DTargetLowering.cpp1977 ((InDemandedMask.countLeadingZeros() >= (BitWidth / 2)) || in SimplifyDemandedBits()
H A DDAGCombiner.cpp7050 if (N1C->getAPIntValue().countLeadingZeros() >= (BitWidth - SrcBitWidth) && in visitAND()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp729 (*C - (Pred == ICmpInst::ICMP_ULT)).countLeadingZeros()); in computeKnownBitsFromCmp()