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