Home | History | Annotate | Download | only in Utils

Lines Matching refs:GEP

319       GetElementPtrInst *GEP = 
321 RewriteVal = new LoadInst(GEP, "loadgep_" + inputs[i]->getName(), TI);
421 GetElementPtrInst *GEP =
424 codeReplacer->getInstList().push_back(GEP);
425 StoreInst *SI = new StoreInst(StructValues[i], GEP);
447 GetElementPtrInst *GEP
450 codeReplacer->getInstList().push_back(GEP);
451 Output = GEP;
562 GetElementPtrInst *GEP =
566 new StoreInst(outputs[out], GEP, NTRet);