Searched refs:Mult2 (Results 1 – 3 of 3) sorted by relevance
157 jb Mult2 ;If 0-14164 Mult2: shl al,1 ;Convert into offset (*2) label
5144 uint32_t Mult2 = A.countTrailingZeros(); in SolveLinEquationWithOverflow() local5151 if (B.countTrailingZeros() < Mult2) in SolveLinEquationWithOverflow()5159 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D in SolveLinEquationWithOverflow()5161 Mod.setBit(BW - Mult2); // Mod = N / D in SolveLinEquationWithOverflow()5166 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod); in SolveLinEquationWithOverflow()
6939 uint32_t Mult2 = A.countTrailingZeros(); in SolveLinEquationWithOverflow() local6946 if (B.countTrailingZeros() < Mult2) in SolveLinEquationWithOverflow()6954 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D in SolveLinEquationWithOverflow()6956 Mod.setBit(BW - Mult2); // Mod = N / D in SolveLinEquationWithOverflow()6961 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod); in SolveLinEquationWithOverflow()