Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isVolatile

300   bool isVolatile = FirstLI->isVolatile();
313 if (isVolatile &&
325 if (LI->isVolatile() != isVolatile ||
341 if (isVolatile &&
377 if (isVolatile)
381 LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment);