Home
last modified time | relevance | path

Searched refs:RemVal (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1798 uint64_t RemVal = LHS.U.VAL % RHS.U.VAL; in udivrem() local
1800 Remainder = APInt(BitWidth, RemVal); in udivrem()