Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp1947 uint64_t RemVal = LHS.VAL % RHS.VAL; in udivrem() local
1949 Remainder = APInt(LHS.BitWidth, RemVal); in udivrem()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1921 uint64_t RemVal = LHS.VAL % RHS.VAL; in udivrem() local
1923 Remainder = APInt(LHS.BitWidth, RemVal); in udivrem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1724 uint64_t RemVal = LHS.U.VAL % RHS.U.VAL; in udivrem() local
1726 Remainder = APInt(BitWidth, RemVal); in udivrem()