Searched refs:RcpLo (Results 1 – 1 of 1) sorted by relevance
3515 Register RcpLo, RcpHi; in legalizeUnsignedDIV_REM64Impl() local3517 std::tie(RcpLo, RcpHi) = emitReciprocalU64(B, Denom); in legalizeUnsignedDIV_REM64Impl()3519 auto Rcp = B.buildMergeLikeInstr(S64, {RcpLo, RcpHi}); in legalizeUnsignedDIV_REM64Impl()3531 auto Add1_Lo = B.buildUAddo(S32, S1, RcpLo, MulHi1_Lo); in legalizeUnsignedDIV_REM64Impl()