Searched refs:getBinarySCEV (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 163 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
|