Home | History | Annotate | Download | only in cached

Lines Matching refs:InitVal

903     Value *InitVal;
905 InitVal = Init->Codegen();
906 if (InitVal == 0) return 0;
908 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
912 Builder.CreateStore(InitVal, Alloca);