Searched refs:LowWidth (Results 1 – 2 of 2) sorted by relevance
640 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local641 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1176 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local1177 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()