OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSExt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
79
APInt LHSExt = C1->getValue(),
RHSExt
= C2->getValue();
82
RHSExt
=
RHSExt
.sext(W * 2);
85
RHSExt
=
RHSExt
.zext(W * 2);
88
APInt MulExt = LHSExt *
RHSExt
;
[
all
...]
InstCombineCompares.cpp
[
all
...]
Completed in 286 milliseconds