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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5165     Ops.push_back(SE.getUnknown(Rewriter.expandCodeFor(Reg, nullptr)));
 5180         Ops.push_back(
 5196       if (!Ops.empty() && LU.Kind == LSRUse::Address &&
 5198         Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr);
 5199         Ops.clear();
 5200         Ops.push_back(SE.getUnknown(FullV));
 5206       Ops.push_back(ScaledS);
 5213     if (!Ops.empty()) {
 5214       Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty);
 5215       Ops.clear();
 5216       Ops.push_back(SE.getUnknown(FullV));
 5218     Ops.push_back(SE.getUnknown(F.BaseGV));
 5223   if (!Ops.empty()) {
 5224     Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty);
 5225     Ops.clear();
 5226     Ops.push_back(SE.getUnknown(FullV));
 5238         Ops.push_back(SE.getUnknown(ICmpScaledV));
 5244       Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset)));
 5252     Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy,
 5257   const SCEV *FullS = Ops.empty() ?
 5259                       SE.getAddExpr(Ops);