Lines Matching refs:LoadInst
119 if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in GetLocation()
243 const LoadInst *LI) { in getLoadLoadClobberFullWidthSize()
319 if (auto *LI = dyn_cast<LoadInst>(Inst)) in isVolatile()
333 if (auto *LI = dyn_cast<LoadInst>(QueryInst)) { in getPointerDependencyFrom()
356 MemoryDependenceResults::getInvariantGroupPointerDependency(LoadInst *LI, in getInvariantGroupPointerDependency()
419 if ((isa<LoadInst>(U) || isa<StoreInst>(U)) && in getInvariantGroupPointerDependency()
484 LoadInst *LI = dyn_cast<LoadInst>(QueryInst); in getSimplePointerDependencyFrom()
500 if (auto *LI = dyn_cast<LoadInst>(I)) in getSimplePointerDependencyFrom()
510 return !isa<LoadInst>(I) && !isa<StoreInst>(I) && I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
547 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getSimplePointerDependencyFrom()
913 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency()
940 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in getNonLocalPointerDependency()