|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/ADT/APInt.h 191 static void divide(const WordType *LHS, unsigned lhsWords,
References
lib/Support/APInt.cpp 1610 divide(U.pVal, lhsWords, RHS.U.pVal, rhsWords, Quotient.U.pVal, nullptr);
1643 divide(U.pVal, lhsWords, &RHS, 1, Quotient.U.pVal, nullptr);
1703 divide(U.pVal, lhsWords, RHS.U.pVal, rhsWords, nullptr, Remainder.U.pVal);
1735 divide(U.pVal, lhsWords, &RHS, 1, nullptr, &Remainder);
1823 divide(LHS.U.pVal, lhsWords, RHS.U.pVal, rhsWords, Quotient.U.pVal,
1887 divide(LHS.U.pVal, lhsWords, &RHS, 1, Quotient.U.pVal, &Remainder);