Searched refs:Width1 (Results 1 – 3 of 3) sorted by relevance
2931 LocationSize Width1 = 0, Width2 = 0; in shouldClusterMemOps() local2933 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()2935 Width1 != Width2) in shouldClusterMemOps()2942 return Offset1 + (int64_t)Width1.getValue() == Offset2; in shouldClusterMemOps()
2337 unsigned Width1 = ElemTy1.getSizeInBits(); in typeExtendToWider() 2338 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider() local
3718 LocationSize Width1 = MIb.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local3719 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()