Searched refs:Op1RHS (Results 1 – 1 of 1) sorted by relevance
964 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); in FoldAndOfFCmps() local968 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) { in FoldAndOfFCmps()971 std::swap(Op1LHS, Op1RHS); in FoldAndOfFCmps()974 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) { in FoldAndOfFCmps()1659 Value *Op1LHS = RHS->getOperand(0), *Op1RHS = RHS->getOperand(1); in FoldOrOfFCmps() local1662 if (Op0LHS == Op1RHS && Op0RHS == Op1LHS) { in FoldOrOfFCmps()1665 std::swap(Op1LHS, Op1RHS); in FoldOrOfFCmps()1667 if (Op0LHS == Op1LHS && Op0RHS == Op1RHS) { in FoldOrOfFCmps()