Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoadInst

2306     if (LoadInst *LI = dyn_cast<LoadInst>(UserI)) {
2849 LoadInst *LI = dyn_cast<LoadInst>(I->getOperand(0));
2921 if (isa<PHINode>(UI) || isa<LoadInst>(UI) || isa<StoreInst>(UI))
2978 ((isa<LoadInst>(CmpOp0) && CmpOp0->hasOneUse()) ||
2979 (isa<LoadInst>(CmpOp1) && CmpOp1->hasOneUse()));
3155 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {