Searched refs:PosOffset (Results 1 – 1 of 1) sorted by relevance
456 unsigned PosOffset = (-*AddC).getZExtValue(); in commonShiftTransforms() local458 auto isSuitableForPreShift = [PosOffset, &I, AC]() { in commonShiftTransforms()464 AC->eq(AC->lshr(PosOffset).shl(PosOffset)); in commonShiftTransforms()466 return I.isExact() && AC->eq(AC->shl(PosOffset).lshr(PosOffset)); in commonShiftTransforms()468 return I.isExact() && AC->eq(AC->shl(PosOffset).ashr(PosOffset)); in commonShiftTransforms()473 ? AC->lshr(PosOffset) in commonShiftTransforms()474 : AC->shl(PosOffset)); in commonShiftTransforms()