Home | History | Annotate | Download | only in IPO

Lines Matching refs:Padding

534   // any padding required to align the next element to the next power of 2.
541 // Compute the amount of padding required.
542 uint64_t Padding = NextPowerOf2(InitSize - 1) - InitSize;
546 if (Padding > 128)
547 Padding = RoundUpToAlignment(InitSize, 128) - InitSize;
550 ConstantAggregateZero::get(ArrayType::get(Int8Ty, Padding)));
565 // Multiply by 2 to account for padding elements.
574 // Multiply by 2 to account for padding elements.