Searched refs:MulFactor (Results 1 – 2 of 2) sorted by relevance
1948 uint64_t MulFactor = 1ull << N->getConstantOperandVal(1); in getMultiplierForSHL() local1949 return CurDAG->getConstant(MulFactor, SDLoc(N), in getMultiplierForSHL()
7880 APInt MulFactor = Divisor.multiplicativeInverse(); in expandDIVREMByConstant() local7883 DAG.getConstant(MulFactor, dl, VT)); in expandDIVREMByConstant()