OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSBits
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
1465
const auto &
LHSBits
= *getValueBits(V.getOperand(0), NumBits).second;
1468
Bits[i] =
LHSBits
[i < RotAmt ? i + (NumBits - RotAmt) : i - RotAmt];
1478
const auto &
LHSBits
= *getValueBits(V.getOperand(0), NumBits).second;
1481
Bits[i] =
LHSBits
[i - ShiftAmt];
1494
const auto &
LHSBits
= *getValueBits(V.getOperand(0), NumBits).second;
1497
Bits[i] =
LHSBits
[i + ShiftAmt];
1509
const SmallVector<ValueBit, 64> *
LHSBits
;
1514
std::tie(Interesting,
LHSBits
) = getValueBits(V.getOperand(0), NumBits);
1518
Bits[i] = (*
LHSBits
)[i];
1522
if ((*
LHSBits
)[i].isZero()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
3030
KnownBits
LHSBits
= KB->getKnownBits(LHS);
3040
(
LHSBits
.Zero | RHSBits.One).isAllOnesValue()) {
3047
(
LHSBits
.One | RHSBits.Zero).isAllOnesValue()) {
3076
KnownBits
LHSBits
= KB->getKnownBits(LHS);
3086
(
LHSBits
.One | RHSBits.Zero).isAllOnesValue()) {
3093
(
LHSBits
.Zero | RHSBits.One).isAllOnesValue()) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
1999
KnownBits
LHSBits
(BitWidth);
2000
computeKnownBits(X,
LHSBits
, 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
9944
unsigned
LHSBits
= LHS->castAs<ExtIntType>()->getNumBits();
9951
if (
LHSBits
!= RHSBits)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7007
SDValue
LHSBits
= DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt);
7009
DAG.getNode(ISD::OR, DL, VT, RHSMask,
LHSBits
));
Completed in 68 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026