Searched refs:FragmentB (Results 1 – 1 of 1) sorted by relevance
627 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local628 if (!FragmentA || !FragmentB) in sortGlobalExprs()629 return !!FragmentB; in sortGlobalExprs()630 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()