Home | History | Annotate | Download | only in cached

Lines Matching refs:InitVal

1267     Value *InitVal;
1269 InitVal = Init->Codegen();
1270 if (InitVal == 0) return 0;
1272 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1276 Builder.CreateStore(InitVal, Alloca);