Searched refs:ShrAmtC (Results 1 – 1 of 1) sorted by relevance
1120 unsigned ShrAmtC = C1->getZExtValue(); in visitShl() local1121 unsigned ShDiff = ShrAmtC > ShAmtC ? ShrAmtC - ShAmtC : ShAmtC - ShrAmtC; in visitShl()1123 auto ShiftOpc = ShrAmtC > ShAmtC ? Shr->getOpcode() : Instruction::Shl; in visitShl()