OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhsWords
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
365
unsigned
lhsWords
= !lhsBits ? 0 : whichWord(lhsBits - 1) + 1;
366
if (!
lhsWords
)
380
unsigned destWords = rhsWords +
lhsWords
;
384
mul(dest, pVal,
lhsWords
, RHS.pVal, rhsWords);
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
180
static void divide(const APInt LHS, unsigned
lhsWords
, const APInt &RHS,
[
all
...]
Completed in 433 milliseconds