Searched refs:LowWidth (Results 1 – 8 of 8) sorted by relevance
608 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local609 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
1256 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local1257 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
1808 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local1809 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
4303 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local4304 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
956 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local957 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
2524 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local2525 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
14694 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local14695 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()14706 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local14707 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()