OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_One
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
420
if (match(TCmp,
m_One
()))
425
if (match(FCmp,
m_One
()) && match(TCmp, m_Zero()))
618
match(Op0, m_Shl(m_Specific(Op1),
m_One
())))
734
if (match(Op1,
m_One
()))
810
if (match(Op1,
m_One
()))
[
all
...]
ValueTracking.cpp
722
if (match(V, m_Shl(
m_One
(), m_Value())))
[
all
...]
/external/llvm/include/llvm/Support/
PatternMatch.h
181
///
m_One
() - Match an integer 1 or a vector with all elements equal to 1.
182
inline cst_pred_ty<is_one>
m_One
() { return cst_pred_ty<is_one>(); }
183
inline api_pred_ty<is_one>
m_One
(const APInt *&V) { return V; }
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
226
if (match(Op0, m_Shl(
m_One
(), m_Value(Y))))
228
if (match(Op1, m_Shl(
m_One
(), m_Value(Y))))
InstCombineCompares.cpp
[
all
...]
Completed in 24 milliseconds