Home
last modified time | relevance | path

Searched refs:tmpOp1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1180 Value *tmpOp1 = Op1; in visitAnd() local
1184 tmpOp1 = Op0; in visitAnd()
1190 if (tmpOp1->hasOneUse() && in visitAnd()
1191 match(tmpOp1, m_Xor(m_Value(A), m_Value(B)))) { in visitAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1458 Value *tmpOp1 = Op1; in visitAnd() local
1461 tmpOp1 = Op0; in visitAnd()
1467 if (match(tmpOp1, m_OneUse(m_Xor(m_Value(A), m_Value(B))))) { in visitAnd()