Searched refs:shouldSwapOperands (Results 1 – 1 of 1) sorted by relevance
776 bool shouldSwapOperands(const Value *, const Value *) const;1050 if (shouldSwapOperands(Arg1, Arg2)) in createBinaryExpression()1130 if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) in createExpression()1138 if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) { in createExpression()1581 if (shouldSwapOperands(FirstOp, SecondOp)) { in performSymbolicPredicateInfoEvaluation()1862 if (shouldSwapOperands(Op0, Op1)) { in performSymbolicCmpEvaluation()1929 if (shouldSwapOperands(BranchOp0, BranchOp1)) { in performSymbolicCmpEvaluation()4217 bool NewGVN::shouldSwapOperands(const Value *A, const Value *B) const { in shouldSwapOperands() function in NewGVN