Lines Matching defs:IsPacked
305 bool IsPacked = STy->isPacked();
307 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
316 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
1669 : ETypes(E), IsPacked(P) {}
1672 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
1675 return IsPacked == That.IsPacked && ETypes == That.ETypes;
1692 Key.IsPacked);
1733 bool IsPacked) {
1734 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);