Searched refs:Shift2Amt (Results 1 – 1 of 1) sorted by relevance
42754 unsigned Shift2Amt = Op0.getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode() local42755 if (Shift2Amt < BitWidth) { in SimplifyDemandedBitsForTargetNode()42756 int Diff = ShAmt - Shift2Amt; in SimplifyDemandedBitsForTargetNode()