OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_OrdFMax
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/IR/
PatternMatch.cpp
114
EXPECT_TRUE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
120
EXPECT_TRUE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
126
EXPECT_FALSE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
130
EXPECT_FALSE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
134
EXPECT_TRUE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
140
EXPECT_TRUE(
m_OrdFMax
(m_Value(MatchL), m_Value(MatchR))
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
404
else if (
m_OrdFMax
(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
/external/llvm/include/llvm/IR/
PatternMatch.h
[
all
...]
Completed in 40 milliseconds