OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LHSOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp
275
std::pair<unsigned,unsigned>
LHSOp
= Ops.ParseOperandName(LHSOpName, 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;
2057
if (match(Op0, m_PtrToInt(m_Value(
LHSOp
))) &&
2059
if (Value *Res = OptimizePointerDifference(
LHSOp
, RHSOp, I.getType(),
2064
if (match(Op0, m_Trunc(m_PtrToInt(m_Value(
LHSOp
)))) &&
2066
if (Value *Res = OptimizePointerDifference(
LHSOp
, RHSOp, I.getType(),
Completed in 184 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026