Searched refs:LowWidth (Results 1 – 9 of 9) sorted by relevance
113 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local114 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
112 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local113 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1073 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local1074 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
1886 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1887 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()
1102 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1103 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
2114 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local2115 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
12819 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local12820 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()12831 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local12832 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()