Home | History | Annotate | Download | only in Chapter8

Lines Matching refs:InitVal

1155     Value *InitVal;
1157 InitVal = Init->Codegen();
1158 if (InitVal == 0)
1161 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1165 Builder.CreateStore(InitVal, Alloca);