Searched refs:ShlConst (Results 1 – 2 of 2) sorted by relevance
580 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local587 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()608 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
39426 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local39437 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()