Searched defs:MatchR (Results 1 - 1 of 1) sorted by relevance
/external/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 72 Value *MatchL, *MatchR; local 75 EXPECT_TRUE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 78 EXPECT_EQ(R, MatchR); 81 EXPECT_TRUE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 84 EXPECT_EQ(R, MatchR); 87 EXPECT_FALSE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 91 EXPECT_FALSE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 95 EXPECT_TRUE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 98 EXPECT_EQ(R, MatchR); 101 EXPECT_TRUE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)) 111 Value *MatchL, *MatchR; local 150 Value *MatchL, *MatchR; local 189 Value *MatchL, *MatchR; local 227 Value *MatchL, *MatchR; local [all...] |
Completed in 991 milliseconds