Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1765 uint64_t RemVal = LHS.U.VAL % RHS.U.VAL; in udivrem() local
1767 Remainder = APInt(BitWidth, RemVal); in udivrem()