Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp163 const SCEV *getBinarySCEV(BinaryOperator *I, const SCEV *LHS,
492 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I)) in tryReassociateBinaryOp()
497 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I)) in tryReassociateBinaryOp()
541 const SCEV *NaryReassociate::getBinarySCEV(BinaryOperator *I, const SCEV *LHS, in getBinarySCEV() function in NaryReassociate