OpenGrok
Cross Reference: APInt.cpp
xref
: /
external
/
llvm
/
lib
/
Support
/
APInt.cpp
Home
|
History
|
Annotate
|
Download
|
only in
Support
Lines Matching
full:v_tmp
1525
unsigned
v_tmp
= v[i] >> (32 - shift);
1527
v_carry =
v_tmp
;