Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sum

869       Value *Sum;
873 Sum = GO1;
875 Sum = SO1;
883 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
889 GEP.setOperand(1, Sum);
893 Indices.push_back(Sum);