OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PtrToInt
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
674
if (match(Op0,
m_PtrToInt
(m_Value(LHSOp))) &&
675
match(Op1,
m_PtrToInt
(m_Value(RHSOp))))
680
if (match(Op0, m_Trunc(
m_PtrToInt
(m_Value(LHSOp)))) &&
681
match(Op1, m_Trunc(
m_PtrToInt
(m_Value(RHSOp)))))
InstCombineCompares.cpp
[
all
...]
/external/llvm/include/llvm/Support/
PatternMatch.h
547
///
m_PtrToInt
550
m_PtrToInt
(const OpTy &Op) {
Completed in 453 milliseconds