Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sum

1440       Value *Sum;
1444 Sum = GO1;
1446 Sum = SO1;
1454 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
1460 GEP.setOperand(1, Sum);
1464 Indices.push_back(Sum);