Searched refs:Log2_64_Ceil (Results 1 – 9 of 9) sorted by relevance
80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
359 inline unsigned Log2_64_Ceil(uint64_t Value) { in Log2_64_Ceil() function397 return UINT64_C(1) << Log2_64_Ceil(A); in PowerOf2Ceil()
421 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
1554 return llvm::Log2_64_Ceil(std::max(a().getValue(), UINT64_C(1))); in readPrimary()
1336 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType()
1279 Log2_64_Ceil(DestTy->getScalarSizeInBits()) && in visitZExt()
1713 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), DL, LHS.getValueType()); in LowerAndToBTST()
11333 : Log2_64_Ceil(DesiredBits) - Log2_64_Ceil(AccurateBits); in getEstimate()
18962 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, MVT::i8); in LowerGlobalTLSAddress()23014 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()