Home | History | Annotate | Download | only in complete

Lines Matching refs:InitVal

1446     Value *InitVal;
1448 InitVal = Init->Codegen();
1449 if (InitVal == 0) return 0;
1451 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1455 Builder.CreateStore(InitVal, Alloca);