OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N0C
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
1637
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
1642
if (
N0C
&& !N1C)
1646
if (
N0C
&&
N0C
->isNullValue() && N1C && N1C->isNullValue()) {
1673
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
1678
if (
N0C
&&
N0C
->isNullValue() && N1C && N1C->isNullValue()) {
1711
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
1716
if ((
N0C
&& !N1C) ||
1717
(
N0C
&& N1C && N0C->getZExtValue() < N1C->getZExtValue())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
2726
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
2728
if (
N0C
&& !N1C)
2863
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
2865
if (
N0C
&& !N1C)
2883
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
2885
if (
N0C
&& !N1C)
2922
ConstantSDNode *
N0C
= dyn_cast<ConstantSDNode>(N0);
2924
if (
N0C
&& !N1C)
4092
ConstantSDNode *
N0C
= isConstOrConstSplat(N0);
4093
if (
N0C
&& N0C->isNullValue()
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026