reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Scalar/NaryReassociate.h
  153   const SCEV *getBinarySCEV(BinaryOperator *I, const SCEV *LHS,

References

lib/Transforms/Scalar/NaryReassociate.cpp
  460               tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
  465               tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I))