Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sum

879       Value *Sum;
883 Sum = GO1;
885 Sum = SO1;
893 Sum = Builder->CreateAdd(SO1, GO1, PtrOp->getName()+".sum");
899 GEP.setOperand(1, Sum);
903 Indices.push_back(Sum);