Lines Matching defs:IsPacked
324 bool IsPacked = STy->isPacked();
326 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
335 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
1682 : ETypes(E), IsPacked(P) {}
1685 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
1688 return IsPacked == That.IsPacked && ETypes == That.ETypes;
1705 Key.IsPacked);
1746 bool IsPacked) {
1747 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);