Searched refs:LowWidth (Results 1 – 2 of 2) sorted by relevance
639 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local640 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1030 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local1031 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()