reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
282 if (!LI->isSimple()) 292 for (auto UI = LI->user_begin(), E = LI->user_end(); UI != E; UI++) { 292 for (auto UI = LI->user_begin(), E = LI->user_end(); UI != E; UI++) { 310 unsigned NumLoadElements = LI->getType()->getVectorNumElements(); 340 LLVM_DEBUG(dbgs() << "IA: Found an interleaved load: " << *LI << "\n"); 343 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) 349 DeadInsts.push_back(LI);