Home | History | Annotate | Download | only in complete

Lines Matching refs:InitVal

1445     Value *InitVal;
1447 InitVal = Init->Codegen();
1448 if (InitVal == 0) return 0;
1450 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1454 Builder.CreateStore(InitVal, Alloca);