Home | History | Annotate | Download | only in IPO

Lines Matching refs:GVVal

1316     Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock);
1317 Value *Cmp = new ICmpInst(*NullPtrBlock, ICmpInst::ICMP_NE, GVVal,
1318 Constant::getNullValue(GVVal->getType()));
1327 CallInst::CreateFree(GVVal, OpBundles, BI);
1328 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i],