OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_LogicalShift
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1816
if (match(Op0, m_OneUse(
m_LogicalShift
(m_One(), m_Value(X)))) &&
2125
if (!match(Or0, m_OneUse(
m_LogicalShift
(m_Value(ShVal0), m_Value(ShAmt0)))) ||
2126
!match(Or1, m_OneUse(
m_LogicalShift
(m_Value(ShVal1), m_Value(ShAmt1)))) ||
InstCombineCasts.cpp
540
if (!match(Or0, m_OneUse(
m_LogicalShift
(m_Value(ShVal0), m_Value(ShAmt0)))) ||
541
!match(Or1, m_OneUse(
m_LogicalShift
(m_Value(ShVal1), m_Value(ShAmt1)))) ||
InstCombineSelect.cpp
2326
if (!match(Or0, m_OneUse(
m_LogicalShift
(m_Value(SV0),
2328
!match(Or1, m_OneUse(
m_LogicalShift
(m_Value(SV1),
InstCombineCompares.cpp
3524
auto m_AnyLogicalShift =
m_LogicalShift
(m_Value(), m_Value());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
1321
m_LogicalShift
(const LHS &L, const RHS &R) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
2936
if (match(V,
m_LogicalShift
(m_Value(X), m_APInt(C)))) {
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026