OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewSetCC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
3745
SDValue
NewSetCC
= DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0),
3747
return DAG.getBoolExtOrTrunc(
NewSetCC
, dl, VT, N0.getValueType());
DAGCombiner.cpp
10145
SDValue
NewSetCC
= rebuildSetCC(Combined);
10148
if (
NewSetCC
.getNode() == N)
10151
if (
NewSetCC
)
10152
return
NewSetCC
;
Completed in 55 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026