Home | History | Annotate | Download | only in IR

Lines Matching refs:LI

2048   if (const LoadInst *LI = dyn_cast<LoadInst>(&I)) {
2049 if (LI->isAtomic())
2050 writeAtomic(LI->getOrdering(), LI->getSynchScope());
2051 if (LI->getAlignment())
2052 Out << ", align " << LI->getAlignment();