Home | History | Annotate | Download | only in IPO

Lines Matching refs:GVVal

1360     Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock);
1361 Value *Cmp = new ICmpInst(*NullPtrBlock, ICmpInst::ICMP_NE, GVVal,
1362 Constant::getNullValue(GVVal->getType()));
1371 CallInst::CreateFree(GVVal, OpBundles, BI);
1372 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i],