Home | History | Annotate | Download | only in initial

Lines Matching refs:InitVal

1126     Value *InitVal;
1128 InitVal = Init->Codegen();
1129 if (InitVal == 0) return 0;
1131 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1135 Builder.CreateStore(InitVal, Alloca);