Searched refs:FragmentB (Results 1 – 1 of 1) sorted by relevance
1128 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local1129 if (!FragmentA || !FragmentB) in sortGlobalExprs()1130 return !!FragmentB; in sortGlobalExprs()1131 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()