Searched refs:LowWidth (Results 1 – 8 of 8) sorted by relevance
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1257 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in MemOperandsHaveAlias() local1258 return (MinOffset + LowWidth > MaxOffset); in MemOperandsHaveAlias()
1208 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1209 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
2045 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local2046 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
5563 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local5564 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1073 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1074 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
3133 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local3134 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
18712 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local18713 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()18724 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local18725 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()