OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N3C
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
5417
if (ConstantSDNode *
N3C
= dyn_cast<ConstantSDNode>(N->getOperand(3)))
5418
if (N1C->isNullValue() &&
N3C
->isNullValue() &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
6037
ConstantSDNode *
N3C
= dyn_cast<ConstantSDNode>(N3);
6041
if (
N3C
&& N1.getValueType().isFixedLengthVector() &&
6042
N3C
->getZExtValue() >= N1.getValueType().getVectorNumElements())
DAGCombiner.cpp
22300
auto *
N3C
= dyn_cast<ConstantSDNode>(N3.getNode());
22353
bool Swap =
N3C
&& isNullConstant(N2) &&
N3C
->getAPIntValue().isPowerOf2();
22362
std::swap(N2C,
N3C
);
Completed in 79 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026