Searched refs:ShlConst (Results 1 – 6 of 6) sorted by relevance
740 int32_t ShlConst = in SelectSHL() local744 int32_t ValConst = MulConst << ShlConst; in SelectSHL()768 int32_t ShlConst = in SelectSHL() local772 int32_t ValConst = 1 << (ShlConst+Shl2Const); in SelectSHL()
583 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local590 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()611 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
147 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {155 ; CHECK-LABEL: @ShlConst
27769 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightAlgebraic() local27780 if (ShiftSize < 8 || ShiftSize > 64 || ShlConst != Size - ShiftSize) in combineShiftRightAlgebraic()
34088 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local34099 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()