Lines Matching refs:getInst
305 CallInst* local_cdep = cast<CallInst>(local_dep.getInst());
346 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
1372 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1389 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1407 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) {
1425 Instruction *DepInst = DepInfo.getInst();
1806 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1819 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1834 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1843 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n'
1862 Instruction *I = Dep.getInst();
1882 Instruction *DepInst = Dep.getInst();