Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:isPacked

271   Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1));  // ispacked
287 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
297 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
362 // STRUCT: [ispacked, eltty x N]
363 TypeVals.push_back(ST->isPacked());