Searched refs:ShlConst (Results 1 – 3 of 3) sorted by relevance
702 int32_t ShlConst = in SelectSHL() local706 int32_t ValConst = MulConst << ShlConst; in SelectSHL()730 int32_t ShlConst = in SelectSHL() local734 int32_t ValConst = 1 << (ShlConst+Shl2Const); in SelectSHL()
147 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {155 ; CHECK-LABEL: @ShlConst
25033 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in PerformSRACombine() local25044 if (ShiftSize < 8 || ShiftSize > 64 || ShlConst != Size - ShiftSize) in PerformSRACombine()