Home | History | Annotate | Download | only in initial

Lines Matching refs:StartVal

1039   Value *StartVal = Start->Codegen();
1040 if (StartVal == 0) return 0;
1043 Builder.CreateStore(StartVal, Alloca);