OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSBits
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
3031
KnownBits
RHSBits
= KB->getKnownBits(RHS);
3040
(LHSBits.Zero |
RHSBits
.One).isAllOnesValue()) {
3047
(LHSBits.One |
RHSBits
.Zero).isAllOnesValue()) {
3077
KnownBits
RHSBits
= KB->getKnownBits(RHS);
3086
(LHSBits.One |
RHSBits
.Zero).isAllOnesValue()) {
3093
(LHSBits.Zero |
RHSBits
.One).isAllOnesValue()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
1533
const auto &
RHSBits
= *getValueBits(V.getOperand(1), NumBits).second;
1539
if (LHSBits[i].isZero() &&
RHSBits
[i].isZero()) {
1549
else if (
RHSBits
[i].hasValue() &&
RHSBits
[i].getValue() == LastVal &&
1550
RHSBits
[i].getValueBitIndex() == LastIdx + 1)
1551
Bits[i] =
RHSBits
[i];
1556
Bits[i] =
RHSBits
[i];
1557
else if (
RHSBits
[i].isZero())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
2002
KnownBits
RHSBits
(BitWidth);
2003
computeKnownBits(Y,
RHSBits
, Depth, Q);
2007
if ((~(LHSBits.Zero &
RHSBits
.Zero)).isPowerOf2())
2010
if (OrZero ||
RHSBits
.One.getBoolValue() || LHSBits.One.getBoolValue())
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
9945
unsigned
RHSBits
= RHS->castAs<ExtIntType>()->getNumBits();
9951
if (LHSBits !=
RHSBits
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7002
SDValue
RHSBits
= DAG.getNode(ISD::SRL, DL, VT, AllOnes, RHSShiftAmt);
7004
DAG.getNode(ISD::OR, DL, VT, LHSMask,
RHSBits
));
Completed in 133 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026