Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp89 static bool operationsAreFoldableAndCommutative(dwarf::LocationAtom Operator1, in operationsAreFoldableAndCommutative() function
241 if (!Const2 || !operationsAreFoldableAndCommutative(Operand1, Operand2)) in tryFoldCommutativeMath()
270 !operationsAreFoldableAndCommutative(Operand1, Operand2) || in tryFoldCommutativeMathWithArgInBetween()
271 !operationsAreFoldableAndCommutative(Operand2, Operand3)) in tryFoldCommutativeMathWithArgInBetween()