Home | History | Annotate | Download | only in Chapter8

Lines Matching refs:InitVal

985     Value *InitVal;
987 InitVal = Init->codegen();
988 if (!InitVal)
991 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
995 Builder.CreateStore(InitVal, Alloca);