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