Searched refs:ShlConst (Results 1 – 2 of 2) sorted by relevance
655 int32_t ShlConst = in SelectSHL() local659 int32_t ValConst = MulConst << ShlConst; in SelectSHL()683 int32_t ShlConst = in SelectSHL() local687 int32_t ValConst = 1 << (ShlConst+Shl2Const); in SelectSHL()
148 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {156 ; CHECK: @ShlConst