Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp841 bool shouldSwapOperands(const Value *, const Value *) const;
1124 if (shouldSwapOperands(Arg1, Arg2)) in createBinaryExpression()
1198 if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) in createExpression()
1206 if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) { in createExpression()
1326 if (shouldSwapOperands(E->getOperand(0), E->getOperand(1))) in createCallExpression()
1895 if (shouldSwapOperands(Op0, Op1)) { in performSymbolicCmpEvaluation()
1965 if (shouldSwapOperands(BranchOp0, BranchOp1)) { in performSymbolicCmpEvaluation()
4238 bool NewGVN::shouldSwapOperands(const Value *A, const Value *B) const { in shouldSwapOperands() function in NewGVN
4248 if (shouldSwapOperands(A, B)) { in shouldSwapOperandsForIntrinsic()