Searched refs:Width0 (Results 1 – 2 of 2) sorted by relevance
2336 unsigned Width0 = ElemTy0.getSizeInBits(); in typeExtendToWider() local2338 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider()
3717 LocationSize Width0 = MIa.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local3719 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()