Home | History | Annotate | Download | only in lazy

Lines Matching full:initval

885     Value *InitVal;
887 InitVal = Init->Codegen();
888 if (InitVal == 0) return 0;
890 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
894 Builder.CreateStore(InitVal, Alloca);