Searched refs:MemLoad (Results 1 – 3 of 3) sorted by relevance
661 auto *MemLoad = dyn_cast<LoadInst>(MemInstr); in getVectorizablePrefix() local663 if (MemLoad && ChainLoad) in getVectorizablePrefix()681 if (MemLoad && isa<StoreInst>(ChainInstr) && in getVectorizablePrefix()682 (IsInvariantLoad(MemLoad) || OBB.dominates(MemLoad, ChainInstr))) in getVectorizablePrefix()
703 auto *MemLoad = dyn_cast<LoadInst>(MemInstr); in getVectorizablePrefix() local705 if (MemLoad && ChainLoad) in getVectorizablePrefix()723 if (MemLoad && isa<StoreInst>(ChainInstr) && in getVectorizablePrefix()724 (IsInvariantLoad(MemLoad) || MemLoad->comesBefore(ChainInstr))) in getVectorizablePrefix()
1465 LoadInst *MemLoad = nullptr; in findFADAllocationInvisible() local1469 MemLoad = dyn_cast<LoadInst>(SlotGEP->getPointerOperand()); in findFADAllocationInvisible()1472 MemLoad = dyn_cast<LoadInst>(Slot); in findFADAllocationInvisible()1475 if (!MemLoad) in findFADAllocationInvisible()1479 dyn_cast<BitCastOperator>(MemLoad->getPointerOperand()); in findFADAllocationInvisible()