OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSOp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp
283
std::pair<unsigned,unsigned>
RHSOp
= Ops.ParseOperandName(RHSOpName, false);
287
bool FirstIsDest = (LHSOp <
RHSOp
);
288
std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp :
RHSOp
);
290
std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ?
RHSOp
: LHSOp);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
2056
Value *LHSOp, *
RHSOp
;
2058
match(Op1, m_PtrToInt(m_Value(
RHSOp
))))
2059
if (Value *Res = OptimizePointerDifference(LHSOp,
RHSOp
, I.getType(),
2065
match(Op1, m_Trunc(m_PtrToInt(m_Value(
RHSOp
)))))
2066
if (Value *Res = OptimizePointerDifference(LHSOp,
RHSOp
, I.getType(),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
352
SDValue
RHSOp
= RHS.getOperand(i);
354
bool RHSUndef = AllowUndefs &&
RHSOp
.isUndef();
356
auto *RHSCst = dyn_cast<ConstantSDNode>(
RHSOp
);
360
LHSOp.getValueType() !=
RHSOp
.getValueType()))
Completed in 56 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026