Home | History | Annotate | Download | only in cached

Lines Matching refs:InitVal

900     Value *InitVal;
902 InitVal = Init->Codegen();
903 if (InitVal == 0) return 0;
905 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
909 Builder.CreateStore(InitVal, Alloca);