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