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