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