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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1153 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); local
1157 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) {
1160 std::swap(Op1LHS, Op1RHS);
1163 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) {
2051 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); local
2054 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) {
2057 std::swap(Op1LHS, Op1RHS);
2059 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) {

Completed in 85 milliseconds