Searched refs:AMemSet (Results 1 – 1 of 1) sorted by relevance
505 Instruction *AMemSet = nullptr; in tryMergingIntoMemset() local517 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()519 AMemSet->mergeDIAssignID(Range.TheStores); in tryMergingIntoMemset()524 dbgs() << "With: " << *AMemSet << '\n'); in tryMergingIntoMemset()526 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in tryMergingIntoMemset()533 AMemSet, LastMemDef, MemInsertPoint) in tryMergingIntoMemset()535 AMemSet, LastMemDef, MemInsertPoint)); in tryMergingIntoMemset()547 return AMemSet; in tryMergingIntoMemset()