Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h153 const SCEV *getBinarySCEV(BinaryOperator *I, const SCEV *LHS,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp490 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I)) in tryReassociateBinaryOp()
495 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I)) in tryReassociateBinaryOp()
539 const SCEV *NaryReassociatePass::getBinarySCEV(BinaryOperator *I, in getBinarySCEV() function in NaryReassociatePass