Home
last modified time | relevance | path

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

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