Home | History | Annotate | Download | only in IPO

Lines Matching refs:BAB

335   ByteArrayBuilder BAB;
340 BAB.allocate(BAI->Bits, BAI->BitSize, ByteArrayOffsets[I], Mask);
346 Constant *ByteArrayConst = ConstantDataArray::get(M->getContext(), BAB.Bytes);
372 ByteArraySizeBits = BAB.BitAllocs[0] + BAB.BitAllocs[1] + BAB.BitAllocs[2] +
373 BAB.BitAllocs[3] + BAB.BitAllocs[4] + BAB.BitAllocs[5] +
374 BAB.BitAllocs[6] + BAB.BitAllocs[7];
375 ByteArraySizeBytes = BAB.Bytes.size();