Searched defs:Op1RHS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1150 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); local
1154 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) {
1157 std::swap(Op1LHS, Op1RHS);
1160 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) {
2139 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); local
2142 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) {
2145 std::swap(Op1LHS, Op1RHS);
2147 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) {

Completed in 127 milliseconds