OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddLHS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
1977
Value *
AddLHS
, *AddRHS;
1978
auto AddExpr = m_Add(m_Value(
AddLHS
), m_Value(AddRHS));
1982
if (AddExpr.match(ICmpLHS) && (ICmpRHS ==
AddLHS
|| ICmpRHS == AddRHS))
1983
return L.match(
AddLHS
) && R.match(AddRHS) && S.match(ICmpLHS);
1987
if (AddExpr.match(ICmpRHS) && (ICmpLHS ==
AddLHS
|| ICmpLHS == AddRHS))
1988
return L.match(
AddLHS
) && R.match(AddRHS) && S.match(ICmpRHS);
2008
(m_One().match(
AddLHS
) || m_One().match(AddRHS)))
2009
return L.match(
AddLHS
) && R.match(AddRHS) && S.match(ICmpLHS);
2013
(m_One().match(
AddLHS
) || m_One().match(AddRHS)))
2014
return L.match(
AddLHS
) && R.match(AddRHS) && S.match(ICmpRHS)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
899
Value *
AddLHS
;
902
match(CmpLHS, m_Add(m_Value(
AddLHS
), m_ConstantInt(AddConst)))) {
903
if (!isa<Instruction>(
AddLHS
) ||
904
cast<Instruction>(
AddLHS
)->getParent() != BB) {
910
AddLHS
, P, BB, CxtI ? CxtI : cast<Instruction>(CmpLHS));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
3879
ConstantInt *CI = nullptr; Value *
AddLHS
= nullptr;
3881
match(ScaleReg, m_Add(m_Value(
AddLHS
), m_ConstantInt(CI))) &&
3884
TestAddrMode.ScaledReg =
AddLHS
;
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026