Searched refs:Log2_32_Ceil (Results 1 – 9 of 9) sorted by relevance
222 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()662 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType()692 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
28 CurArraySize = NumElements > 16 ? 1 << (Log2_32_Ceil(NumElements) + 1) : 32; in shrink_and_clear()
197 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()461 Log2_32_Ceil(MaxGlobalType+1))); in WriteModuleInfo()470 Log2_32_Ceil(MaxEncAlignment+1))); in WriteModuleInfo()476 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()777 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in WriteConstants()1569 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()1589 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()1642 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
361 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction()381 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitPrintInstruction()442 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
338 inline unsigned Log2_32_Ceil(uint32_t Value) { in Log2_32_Ceil() function
622 NewNumBuckets = std::max(64, 1 << (Log2_32_Ceil(OldNumEntries) + 1)); in shrink_and_clear()886 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
1959 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
2863 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
2641 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()