Home | History | Annotate | Download | only in cached

Lines Matching refs:InitVal

904     Value *InitVal;
906 InitVal = Init->Codegen();
907 if (InitVal == 0) return 0;
909 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
913 Builder.CreateStore(InitVal, Alloca);