Searched refs:countLeadingZeros (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp993 unsigned Offset = 32 - countLeadingZeros(Max);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3211 unsigned LZ = RHSC->getAPInt().countLeadingZeros();
6301 unsigned LZ = A.countLeadingZeros();
6350 (CIVal.getBitWidth() - CIVal.countLeadingZeros())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14737 if (NarrowedUsedBits.countLeadingZeros())
14990 unsigned NotMaskLZ = countLeadingZeros(NotMask);
15158 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1;
20410 DAG.getConstant(AndMask.countLeadingZeros(), SDLoc(AndLHS),
H A DSelectionDAG.cpp4061 return std::max(FirstAnswer, std::min(VTBits, Mask.countLeadingZeros()));
4430 return getConstant(Val.countLeadingZeros(), DL, VT, C->isTargetOpcode(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5455 Mask.getBitWidth() - Mask.countLeadingZeros(), MaxBitWidth);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2543 else if (LHS.countLeadingZeros() < SA)
10817 return Success(Val.countLeadingZeros(), E);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2296 unsigned HighShift = 63 - countLeadingZeros(Mask);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9610 unsigned LZ = countLeadingZeros((uint64_t)Val);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 576 milliseconds

123