Lines Matching defs:LInst
815 for (LoadInst *LInst : RIL) {
816 const SCEV *PointerSCEV = SE.getSCEV(LInst->getPointerOperand());
818 Type *Ty = LInst->getType();
821 scop->addInvariantLoadMapping(LInst, ClassRep);
825 ClassRep = LInst;
1489 for (LoadInst *LInst : AccessILS)
1490 if (!ScopRIL.count(LInst))
1580 for (LoadInst *LInst : AccessILS)
1581 if (!ScopRIL.count(LInst))
1721 for (LoadInst *LInst : AccessILS)
1722 if (!ScopRIL.count(LInst))
2985 LoadInst *LInst = cast<LoadInst>(MA->getAccessInstruction());
2986 const DataLayout &DL = LInst->getDataLayout();
2988 isAParameter(LInst->getPointerOperand(), scop->getFunction()))
2994 LInst->getPointerOperand(), LInst->getType(), LInst->getAlign(), DL))
3069 LoadInst *LInst = cast<LoadInst>(MA->getAccessInstruction());
3070 Type *Ty = LInst->getType();
3071 const SCEV *PointerSCEV = SE.getSCEV(LInst->getPointerOperand());