Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1179 Value *tmpOp0 = Op0; in visitAnd() local
1185 tmpOp0 = Op1; in visitAnd()
1192 if (B == tmpOp0) { in visitAnd()
1199 if (A == tmpOp0 && !isa<Constant>(A)) // A&(A^B) -> A & ~B in visitAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1457 Value *tmpOp0 = Op0; in visitAnd() local
1462 tmpOp0 = Op1; in visitAnd()
1468 if (B == tmpOp0) { in visitAnd()
1475 if (A == tmpOp0 && !isa<Constant>(A)) // A&(A^B) -> A & ~B in visitAnd()