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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h146 Instruction *tryReassociatedBinaryOp(const SCEV *LHS, Value *RHS,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp461 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
466 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I))
473 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, function in class:NaryReassociatePass

Completed in 106 milliseconds