Searched refs:ShlConst (Results 1 – 2 of 2) sorted by relevance
579 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local586 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()607 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
43712 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local43723 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()