OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Carry1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
2960
SDValue X, SDValue Carry0, SDValue
Carry1
,
2962
if (
Carry1
.getResNo() != 1 || Carry0.getResNo() != 1)
2964
if (
Carry1
.getOpcode() != ISD::UADDO)
3002
if (Carry0.getOperand(0) ==
Carry1
.getValue(0)) {
3003
return cancelDiamond(
Carry1
.getOperand(0),
Carry1
.getOperand(1));
3013
if (
Carry1
.getOperand(0) == Carry0.getValue(0)) {
3014
return cancelDiamond(Carry0.getOperand(0),
Carry1
.getOperand(1));
3017
if (
Carry1
.getOperand(1) == Carry0.getValue(0)) {
3018
return cancelDiamond(
Carry1
.getOperand(0), Carry0.getOperand(0))
[
all
...]
LegalizeIntegerTypes.cpp
2652
SDValue
Carry1
= DAG.getSelect(dl, NVT, Cmp1,
2658
DAG.getConstant(1, dl, NVT),
Carry1
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
4103
// %
carry1
= extractvalue {i32, i1} %tmp1, 1
4108
// %tmp3 = or i1 %
carry1
, %carry2
4139
llvm::Value *
Carry1
;
4141
X, Y,
Carry1
);
4145
llvm::Value *CarryOut = Builder.CreateZExt(Builder.CreateOr(
Carry1
, Carry2),
Completed in 61 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026