Searched refs:Width1 (Results 1 – 2 of 2) sorted by relevance
2828 unsigned Width1 = 0, Width2 = 0; in shouldClusterMemOps() local2830 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()2832 Width1 != Width2) in shouldClusterMemOps()2839 return Offset1 + Width1 == Offset2; in shouldClusterMemOps()
2965 unsigned Width1 = MIb.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local2966 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()