Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LoadInst

247 static bool isSafeAndProfitableToSinkLoad(LoadInst *L) {
261 if (isa<LoadInst>(U)) continue;
288 LoadInst *FirstLI = cast<LoadInst>(PN.getIncomingValue(0));
319 LoadInst *LI = dyn_cast<LoadInst>(PN.getIncomingValue(i));
357 Value *NewInVal = cast<LoadInst>(PN.getIncomingValue(i))->getOperand(0);
379 cast<LoadInst>(PN.getIncomingValue(i))->setVolatile(false);
381 LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment);
396 if (isa<LoadInst>(FirstInst))