Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sum

1456       Value *Sum;
1460 Sum = GO1;
1462 Sum = SO1;
1470 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
1476 GEP.setOperand(1, Sum);
1480 Indices.push_back(Sum);