Searched refs:MatchR (Results 1 - 2 of 2) 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...] |
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2455 unsigned MatchR = 0; 2470 if (!MatchR) 2471 MatchR = V2.RefI.Reg; 2472 else if (V2.RefI.Reg != MatchR) 2475 InpR2 = MatchR;
|
Completed in 1509 milliseconds