Home | History | Annotate | Download | only in fully_lazy

Lines Matching refs:InitVal

1011     Value *InitVal;
1013 InitVal = Init->IRGen(C);
1014 if (!InitVal) return nullptr;
1016 InitVal = ConstantFP::get(getGlobalContext(), APFloat(0.0));
1019 C.getBuilder().CreateStore(InitVal, Alloca);