reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
387 IRB.SetInsertPoint(CI); 391 IRB.CreateStore(IRB.getInt32(0), ThrewGV); 391 IRB.CreateStore(IRB.getInt32(0), ThrewGV); 399 CallInst *NewCall = IRB.CreateCall(getInvokeWrapper(CI), Args); 439 IRB.CreateLoad(IRB.getInt32Ty(), ThrewGV, ThrewGV->getName() + ".val"); 439 IRB.CreateLoad(IRB.getInt32Ty(), ThrewGV, ThrewGV->getName() + ".val"); 440 IRB.CreateStore(IRB.getInt32(0), ThrewGV); 440 IRB.CreateStore(IRB.getInt32(0), ThrewGV);