Home | History | Annotate | Download | only in initial

Lines Matching full:initval

1125     Value *InitVal;
1127 InitVal = Init->Codegen();
1128 if (InitVal == 0) return 0;
1130 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1134 Builder.CreateStore(InitVal, Alloca);