Home | History | Annotate | Download | only in cached

Lines Matching defs:StartVal

1181   Value *StartVal = Start->Codegen();
1182 if (StartVal == 0) return 0;
1185 Builder.CreateStore(StartVal, Alloca);