Searched refs:LowWidth (Results 1 – 8 of 8) sorted by relevance
111 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local112 if (LowWidth.hasValue() && in areMemAccessesTriviallyDisjoint()113 LowOffset + (int)LowWidth.getValue() <= HighOffset) in areMemAccessesTriviallyDisjoint()
2287 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local2288 if (LowWidth.hasValue() && in areMemAccessesTriviallyDisjoint()2289 LowOffset + (int)LowWidth.getValue() <= HighOffset) in areMemAccessesTriviallyDisjoint()
1370 int64_t LowWidth = (MinOffset == OffsetA) in MemOperandsHaveAlias() local1373 return (MinOffset + LowWidth > MaxOffset); in MemOperandsHaveAlias()
2769 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() 2770 if (LowWidth.hasValue() &&2771 LowOffset + (int)LowWidth.getValue() <= HighOffset)2762 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; areMemAccessesTriviallyDisjoint() local
5573 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local5574 if (LowWidth.hasValue() && in areMemAccessesTriviallyDisjoint()5575 LowOffset + (int)LowWidth.getValue() <= HighOffset) in areMemAccessesTriviallyDisjoint()
1131 TypeSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1132 if (LowWidth.isScalable() == OffsetAIsScalable && in areMemAccessesTriviallyDisjoint()1133 LowOffset + (int)LowWidth.getKnownMinValue() <= HighOffset) in areMemAccessesTriviallyDisjoint()
3693 LocationSize LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local3694 return LowWidth.hasValue() && in offsetsDoNotOverlap()3695 LowOffset + (int)LowWidth.getValue() <= HighOffset; in offsetsDoNotOverlap()
19025 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local19026 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()19037 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local19038 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()