Searched refs:MulFactor (Results 1 – 2 of 2) sorted by relevance
1849 uint64_t MulFactor = 1ull << N->getConstantOperandVal(1); in getMultiplierForSHL() local1850 return CurDAG->getConstant(MulFactor, SDLoc(N), in getMultiplierForSHL()
7738 APInt MulFactor = Divisor.zext(BitWidth + 1); in expandDIVREMByConstant() local7739 MulFactor = MulFactor.multiplicativeInverse(Mod); in expandDIVREMByConstant()7740 MulFactor = MulFactor.trunc(BitWidth); in expandDIVREMByConstant()7743 DAG.getConstant(MulFactor, dl, VT)); in expandDIVREMByConstant()