Searched refs:ImmSmall (Results 1 – 1 of 1) sorted by relevance
8334 APInt ImmSmall = APInt(Imm.getBitWidth(), 1ULL << Shifts, true); in decomposeMulByConstant() local8335 if ((Imm - ImmSmall).isPowerOf2() || (Imm + ImmSmall).isPowerOf2() || in decomposeMulByConstant()8336 (ImmSmall - Imm).isPowerOf2()) in decomposeMulByConstant()