Searched refs:PosOffset (Results 1 – 1 of 1) sorted by relevance
467 unsigned PosOffset = (-*AddC).getZExtValue(); in commonShiftTransforms() local469 auto isSuitableForPreShift = [PosOffset, &I, AC]() { in commonShiftTransforms()475 AC->eq(AC->lshr(PosOffset).shl(PosOffset)); in commonShiftTransforms()477 return I.isExact() && AC->eq(AC->shl(PosOffset).lshr(PosOffset)); in commonShiftTransforms()479 return I.isExact() && AC->eq(AC->shl(PosOffset).ashr(PosOffset)); in commonShiftTransforms()484 ? AC->lshr(PosOffset) in commonShiftTransforms()485 : AC->shl(PosOffset)); in commonShiftTransforms()