Home | History | Annotate | Download | only in Chapter7

Lines Matching defs:StartVal

790   Value *StartVal = Start->Codegen();
791 if (StartVal == 0) return 0;
794 Builder.CreateStore(StartVal, Alloca);