Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sum

818       Value *Sum;
822 Sum = GO1;
824 Sum = SO1;
832 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
838 GEP.setOperand(1, Sum);
842 Indices.push_back(Sum);