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

References

lib/Analysis/ScalarEvolution.cpp
 2614     for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) {
 2615       const SCEV *MulOpSCEV = Mul->getOperand(MulOp);
 2621           const SCEV *InnerMul = Mul->getOperand(MulOp == 0);
 2622           if (Mul->getNumOperands() != 2) {
 2625             SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(),
 2626                                                 Mul->op_begin()+MulOp);
 2627             MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());
 2627             MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());
 2657             const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0);
 2658             if (Mul->getNumOperands() != 2) {
 2659               SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(),
 2660                                                   Mul->op_begin()+MulOp);
 2661               MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());
 2661               MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());