Searched refs:LowWidth (Results 1 – 3 of 3) sorted by relevance
113 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local114 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1337 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local1338 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
681 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local682 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()