OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhsWords
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
372
unsigned
rhsWords
= !rhsBits ? 0 : whichWord(rhsBits - 1) + 1;
373
if (!
rhsWords
) {
380
unsigned destWords =
rhsWords
+ lhsWords;
384
mul(dest, pVal, lhsWords, RHS.pVal,
rhsWords
);
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
181
unsigned
rhsWords
, APInt *Quotient, APInt *Remainder);
[
all
...]
Completed in 24 milliseconds