Lines Matching refs:IsPacked
167 DSTy->isPacked() != SSTy->isPacked())
202 DstSTy->setBody(Elements, SrcSTy->isPacked());
211 DTy->setBody(ETypes, STy->isPacked());
304 bool IsPacked = STy->isPacked();
306 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
315 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
1547 : ETypes(E), IsPacked(P) {}
1550 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
1553 if (IsPacked != That.IsPacked)
1574 Key.IsPacked);
1619 bool IsPacked) {
1620 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);